vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MultiPart
index
vibe
http
common
Undocumented in source.
final
class
MultiPart {
string
contentType
;
InputStream
stream
;
string
[
string
]
form
;
}
Members
Variables
contentType
string
contentType
;
Undocumented in source.
form
string
[
string
]
form
;
Undocumented in source.
stream
InputStream
stream
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
http
common
classes
ChunkedInputStream
ChunkedOutputStream
Cookie
HTTPRequest
HTTPResponse
HTTPStatusException
MultiPart
enums
HTTPMethod
HTTPVersion
functions
chunkedInputStream
createChunkedInputStreamFL
createChunkedOutputStream
createChunkedOutputStreamFL
enforceBadRequest
enforceHTTP
getHTTPVersionString
httpMethodFromString
httpMethodString
parseHTTPCookie
parseHTTPVersion
structs
CookieValueMap