To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
HTTP Header.
Any part of a multipart/form-data
document has a HTTP header which describes:
- the type of contents.
- the encoding used to transfer contents.
- meta-data such as the associated name/key of contents.
- some others meta information.
We allow the user to introspect the given header with useful functions.
val assoc : Field_name.t -> t -> Field.field list
val exists : Field_name.t -> t -> bool
val content_type : t -> Content_type.t
content_type header
returns the Content_type
value of header
. If this value does not exists, it return default value.
val content_encoding : t -> Content_encoding.t
content_encoding
returns the Content_encoding
value of header
. If this value does not exists, it return default value.
val content_disposition : t -> Content_disposition.t option
content_disposition
returns the Content_disposition
value of header
if it exists.
module Decoder : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page