Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpRequestor ¶
type HttpRequestor struct { ghttp.HttpGateway GetCount int PostCount int PutCount int }
func (*HttpRequestor) Get ¶
func (s *HttpRequestor) Get(entity ghttp.HttpRequestEntity) ghttp.RequestAdaptor
func (*HttpRequestor) Post ¶
func (s *HttpRequestor) Post(entity ghttp.HttpRequestEntity, body io.Reader) ghttp.RequestAdaptor
func (*HttpRequestor) Put ¶
func (s *HttpRequestor) Put(entity ghttp.HttpRequestEntity, body io.Reader) ghttp.RequestAdaptor
Click to show internal directories.
Click to hide internal directories.