Module Multipart_form.Content_dispositionSource
Sourceval disposition_type :
t ->
[ `Inline | `Attachment | `Ietf_token of string | `X_token of string ] Sourceval name : t -> string option Sourceval filename : t -> string option Sourceval v :
?filename:string ->
?kind:[ `Inline | `Attachment | `Ietf_token of string | `X_token of string ] ->
?size:int ->
string ->
t