second-transfer-0.3.0.4: Second Transfer HTTP/2 web server

Safe HaskellSafe-Inferred
LanguageHaskell2010

SecondTransfer.Exception

Contents

Synopsis

Exceptions thrown by the HTTP/2 sessions

data HTTP2SessionException Source

Abstract exception. All HTTP/2 exceptions derive from here

Constructors

forall e . Exception e => HTTP2SessionException e 

data FramerException Source

Abstract exception. Thrown when encoding/decoding of a frame fails

Constructors

forall e . Exception e => FramerException e 

data BadPrefaceException Source

Thrown when the HTTP/2 connection prefix doesn't match the expected prefix.

Constructors

BadPrefaceException