package http-multipart-formdata

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

Module Http_multipart_formdata.Part_headerSource

Represents a parsed multipart part header data.

Sourcetype t
Sourceval name : t -> string

name t returns the form field name

Sourceval content_type : t -> string

content_type t returns the part content-type.

Sourceval filename : t -> string option

filename t returns the uploaded filename is the multipart is a file

Sourceval param_value : string -> t -> string option

param_value name t returns the multipart parameter value with name name.

Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.