package mechaml

  1. Overview
  2. Docs

Module Agent.HttpResponseSource

The HttpResponse module defines a type and operations to extract content and metadata from the server response

Sourcetype t
Sourceval status : t -> http_status_code
Sourceval status_code : t -> int
Sourceval headers : t -> http_headers
Sourceval content : t -> string
Sourceval page : t -> Page.t
Sourceval location : t -> Uri.t
Sourceval cohttp_response : t -> Cohttp.Response.t
OCaml

Innovation. Community. Security.