package piaf

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

Module Versions.HTTPSource

Sourcetype t =
  1. | HTTP_1_0
  2. | HTTP_1_1
  3. | HTTP_2
Sourcetype http_version := t
Sourceval pp : Format.formatter -> t -> unit
Sourcemodule Raw : sig ... end