package multipart_form-miou

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

Module Multipart_form_miouSource

Sourcemodule Bounded_stream : sig ... end
Sourceval stream : ?bounds:int -> identify:(Multipart_form.Header.t -> 'id) -> string Bounded_stream.t -> Multipart_form.Content_type.t -> [ `Parse of ('id Multipart_form.t, [> `Msg of string ]) result Miou.t ] * ('id * Multipart_form.Header.t * string Bounded_stream.t) Bounded_stream.t
Sourceval of_stream_to_list : string Bounded_stream.t -> Multipart_form.Content_type.t -> ((int * Multipart_form.Header.t) Multipart_form.t * ((int * Multipart_form.Header.t) * string) list, [> `Msg of string ]) result