Ankh.Protocol.HTTP2.Error (ankh v0.16.0)

HTTP/2 Error encoding and decoding

Link to this section Summary

Types

HTTP/2 Error Code

Link to this section Types

@type code() :: non_neg_integer()

HTTP/2 Error Code

Link to this section Functions

@spec decode(code()) :: Ankh.HTTP.Error.reason()
@spec encode(Ankh.HTTP.Error.reason()) :: binary()