package letsencrypt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

The type of HTTP response.

val status : t -> int

status resp is the HTTP status code of the response resp.

val headers : t -> Headers.t

headers resp is headers of the response resp.