GoPxL SDK
GoPxLSdk::GoRequest Class Reference

Public Member Functions

const GoJsonArguments () const
 Gets the request arguments. More...
 
const GoJsonContent () 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
 

The documentation for this class was generated from the following file: