Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetRequest ¶
type GetRequest struct {
// contains filtered or unexported fields
}
Manage the HTTP GET request parameters
func (*GetRequest) AddParam ¶
func (p *GetRequest) AddParam(property string, value string) *GetRequest
Add URL escape property and value pair
func (*GetRequest) BuildParams ¶
func (p *GetRequest) BuildParams() string
Concat the property and value pair
func (*GetRequest) InitFrom ¶
func (p *GetRequest) InitFrom(reqParams *GetRequest) *GetRequest
Initialized from another instance
Click to show internal directories.
Click to hide internal directories.