|
GoPxL SDK
|
Public Member Functions | |
| const GoJson & | Arguments () const |
| Gets the request arguments. More... | |
| const GoJson & | Content () const |
| Gets the request content. More... | |
| GoRequest ()=default | |
| Default constructor. More... | |
| GoRequest (GoRequestMethod method, const std::string &uri) | |
| Constructs GoRequest. More... | |
| GoRequest (GoRequestMethod method, const std::string &uri, const GoJson &content) | |
| Constructs GoRequest. More... | |
| GoRequest (GoRequestMethod method, const std::string &uri, const GoJson &content, const GoJson &args) | |
| Constructs GoRequest. More... | |
| k64u | Id () const |
| Gets the request id. More... | |
| GoRequestMethod | Method () const |
| Gets the request method. More... | |
| const ByteArray | ToByteArray () const |
| Gets the request in form of ByteArray. More... | |
| const std::string & | Uri () const |
| Gets the relative URI of the request. More... | |
Friends | |
| class | ::GoRequestTests |