package nomad

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. max_line_request_length : int;
  2. max_header_count : int;
  3. max_header_length : int;
  4. request_receive_timeout : int64;
}
val make : ?max_line_request_length:int -> ?max_header_count:int -> ?max_header_length:int -> ?request_receive_timeout:int64 -> unit -> t
OCaml

Innovation. Community. Security.