package http
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Http.Method
val body_allowed : t -> boolbody_allowed meth returns whether meth allows a payload body to be present per RFC7231.
val of_string : string -> tval to_string : t -> stringval pp : Format.formatter -> t -> unit