package httpaf

  1. Overview
  2. Docs
A high-performance, memory-efficient, and scalable web server for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.1.tar.gz
sha256=ea2e97f4e2a4b03931be232113f503b2fb402e1726a57f6d2b0cd6091ced6aa5
md5=8c8b199d0553f02fb361cf52c57c0412

doc/httpaf/Httpaf/Config/index.html

Module Httpaf.ConfigSource

Buffer Size Configuration

Sourcetype t = {
  1. read_buffer_size : int;
    (*

    Default is 4096

    *)
  2. request_body_buffer_size : int;
    (*

    Default is 4096

    *)
  3. response_buffer_size : int;
    (*

    Default is 1024

    *)
  4. response_body_buffer_size : int;
    (*

    Default is 4096

    *)
}
Sourceval default : t

default is a configuration record with all parameters set to their default values.

OCaml

Innovation. Community. Security.