package awsm

  1. Overview
  2. Docs

Module Http.ResponseSource

Sourcetype 's t
Sourceand ('a, 's) stream = unit -> ('a option, 's) Monad.app
Sourceval version : 's t -> int * int
Sourceval reason : 's t -> string
Sourceval status : 's t -> Status.t
Sourceval headers : 's t -> Headers.t
Sourceval body : 's t -> (string, 's) stream
Sourceval body_to_string : ?buffer:int -> 's Monad.t -> 's t -> (string, 's) Monad.app
Sourceval make : ?version:(int * int) -> ?reason:string -> ?headers:Headers.t -> body:(string, 's) stream -> Status.t -> 's t
OCaml

Innovation. Community. Security.