Documentation
¶
Index ¶
- func GetHeadersFromRequest(request fasthttp.Request) map[string]string
- func GetQueryParamsFromRequest(c *routing.Context) map[string]string
- func GetQueryParamsFromRequestCtx(c *fasthttp.RequestCtx) map[string]string
- func MakeRequest(method string, url string, body string, headers map[string]string) *fasthttp.Response
- func Response(c *routing.Context, response string, statuscode int, service string)
- type ResponseInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryParamsFromRequestCtx ¶
func GetQueryParamsFromRequestCtx(c *fasthttp.RequestCtx) map[string]string
func MakeRequest ¶
Types ¶
type ResponseInfo ¶
Click to show internal directories.
Click to hide internal directories.