RequestParams

Undocumented in source.

Members

Functions

getParams
string[string] getParams()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string key, string value)

string value

put
void put(string key, bool value)

boolean value

put
void put(string key, byte value)

signed 8 bits

put
void put(string key, short value)

signed 16 bits

put
void put(string key, int value)

signed 32 bits

put
void put(string key, long value)

signed 64 bits

put
void put(string key, float value)

32 bit floating point

put
void put(string key, double value)

64 bit floating point

put
void put(string key, real value)

largest FP size implemented in hardwareImplementation Note: 80 bits for x86 CPUs or double size, whichever is larger

toJson
string toJson()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta