Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignParamsToURL ¶
Types ¶
type Method ¶
type Method string
const ( MethodGet Method = http.MethodGet MethodHead Method = http.MethodHead MethodPost Method = http.MethodPost MethodPut Method = http.MethodPut MethodPatch Method = http.MethodPatch MethodDelete Method = http.MethodDelete MethodConnect Method = http.MethodConnect MethodOptions Method = http.MethodOptions MethodTrace Method = http.MethodTrace )
Click to show internal directories.
Click to hide internal directories.