Ankh.Protocol.HTTP2.Error (ankh v0.16.0)
HTTP/2 Error encoding and decoding
Link to this section Summary
Link to this section Types
Link to this type
code()
@type code() :: non_neg_integer()
HTTP/2 Error Code
Link to this section Functions
Link to this function
decode(arg1)
@spec decode(code()) :: Ankh.HTTP.Error.reason()
Link to this function
encode(arg1)
@spec encode(Ankh.HTTP.Error.reason()) :: binary()
Link to this function