HttpTemplate.HttpTemplate

Undocumented in source.

Members

Functions

getMultipartBoundary
string getMultipartBoundary(const(char)[]* outBoundary)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
uploadFile
string uploadFile(const(char)[] fileFormName, char[] uploadBuffer, string delegate(const(char)[] clientFilename, string* serverFilename) onFilename)

Variables

cookies
Cookies cookies;
Undocumented in source.
env
Env env;
Undocumented in source.
formVars
FormVars formVars;
Undocumented in source.
urlOrFormVars
UrlOrFormVars urlOrFormVars;
Undocumented in source.
urlVars
UrlVars urlVars;
Undocumented in source.

Meta