package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | HttpStatus of string * int * string
  2. | ContentType of string
  3. | Location of string
  4. | Authorization of string
  5. | ETag of string
  6. | IfNoneMatch of string
  7. | IfMatch of string
  8. | GdataVersion of string
  9. | ContentRange of string
  10. | Range of string
  11. | UploadContentType of string
  12. | UploadContentLength of string
  13. | Slug of string
  14. | ContentLength of string
  15. | KeyValueHeader of string * string
  16. | OtherHeader of string
val to_string : t -> string
val parse : string -> t