1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocsigenserver
-
ocsigenserver.cookies
-
ocsigenserver.ext.accesscontrol
-
ocsigenserver.ext.authbasic
-
ocsigenserver.ext.cors
-
ocsigenserver.ext.deflatemod
-
ocsigenserver.ext.extendconfiguration
-
ocsigenserver.ext.outputfilter
-
ocsigenserver.ext.redirectmod
-
ocsigenserver.ext.revproxy
-
ocsigenserver.ext.rewritemod
-
ocsigenserver.ext.staticmod
-
ocsigenserver.ext.userconf
-
ocsigenserver.http
-
ocsigenserver.polytables
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val section : Lwt_log_core.section
use Lwt_log.Section.set_level in order to debug
val scan_multipart_body_from_stream :
?max_size:Int64.t ->
boundary:string ->
create:( (string * string) list -> 'a ) ->
add:( 'a -> string -> unit Lwt.t ) ->
stop:( int64 -> 'a -> 'b Lwt.t ) ->
string Ocsigen_stream.stream ->
unit Lwt.t
type file_info = {
tmp_filename : string; |
filesize : int64; |
raw_original_filename : string; |
file_content_type : content_type option; |
}
type post_data = (string * string) list * (string * file_info) list
val post_params :
content_type:content_type ->
Cohttp_lwt.Body.t ->
( string option -> Int64.t option -> post_data Lwt.t ) option
val parse_content_type : string -> content_type option