package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val write_space : Faraday.t -> unit
val write_crlf : Faraday.t -> unit
val write_version : Faraday.t -> Version.t -> unit
val write_method : Faraday.t -> [< `CONNECT | `DELETE | `GET | `HEAD | `OPTIONS | `Other of string | `POST | `PUT | `TRACE ] -> unit
val write_status : Faraday.t -> [< `Accepted | `Bad_gateway | `Bad_request | `Code of int | `Conflict | `Continue | `Created | `Enhance_your_calm | `Expectation_failed | `Forbidden | `Found | `Gateway_timeout | `Gone | `Http_version_not_supported | `I_m_a_teapot | `Internal_server_error | `Length_required | `Method_not_allowed | `Moved_permanently | `Multiple_choices | `Network_authentication_required | `No_content | `Non_authoritative_information | `Not_acceptable | `Not_found | `Not_implemented | `Not_modified | `OK | `Partial_content | `Payload_too_large | `Payment_required | `Precondition_failed | `Precondition_required | `Proxy_authentication_required | `Range_not_satisfiable | `Request_header_fields_too_large | `Request_timeout | `Reset_content | `See_other | `Service_unavailable | `Switching_protocols | `Temporary_redirect | `Too_many_requests | `Unauthorized | `Unsupported_media_type | `Upgrade_required | `Uri_too_long | `Use_proxy ] -> unit
val write_headers : Faraday.t -> Headers.t -> unit
val write_request : Faraday.t -> Request.t -> unit
val write_response : Faraday.t -> Response.t -> unit
val write_chunk_length : Faraday.t -> int -> unit
val write_string_chunk : Faraday.t -> string -> unit
val write_bigstring_chunk : Faraday.t -> Bigstringaf.t -> unit
val schedule_bigstring_chunk : Faraday.t -> Bigstringaf.t -> unit
module Writer : sig ... end
OCaml

Innovation. Community. Security.