import public Data.SortedMap
import public Data.ByteVect
import public System.Posix.Errno.Type
import public IO.Async.Loop.Posix0 HTTPPull : Type -> Type -> TypeHTTP pull stream type
Represents an asynchronous stream from which HTTP data can be pulled
@ o Output type
@ r Result type
0 HTTPStream : Type -> TypeHTTP byte stream type
Represents an HTTP stream from which bytes can be pulled
@ o Output type
0 QueryParams : TypeHTTP Query parameter type
Represented as a key-value map, both key and value are strings