Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpMethod ¶
type HttpMethod string
HttpMethod - defines the HttpMethod type.
const ( // Get - Defines the GET HttpMethod. Get HttpMethod = "GET" // Post - Defines the POST HttpMethod. Post = "POST" )
type HttpResponse ¶
HttpResponse - contains information about the http response.
Click to show internal directories.
Click to hide internal directories.