HttpRequestOptions

Constructors

this
this()
Undocumented in source.

Members

Functions

defaultLanguage
string defaultLanguage()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultLanguage
void defaultLanguage(string langId)
Undocumented in source. Be warned that the author may not have intended to support it.
getBodyBufferThreshold
int getBodyBufferThreshold()
Undocumented in source. Be warned that the author may not have intended to support it.
getCharset
string getCharset()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxFileSize
int getMaxFileSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxRequestSize
int getMaxRequestSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getTempFileAbsolutePath
string getTempFileAbsolutePath()
Undocumented in source. Be warned that the author may not have intended to support it.
getTempFilePath
string getTempFilePath()
Undocumented in source. Be warned that the author may not have intended to support it.
setBodyBufferThreshold
void setBodyBufferThreshold(int bodyBufferThreshold)
Undocumented in source. Be warned that the author may not have intended to support it.
setCharset
void setCharset(string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxFileSize
void setMaxFileSize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxRequestSize
void setMaxRequestSize(int maxRequestSize)
Undocumented in source. Be warned that the author may not have intended to support it.
setTempFilePath
void setTempFilePath(string tempFilePath)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta