Documentation ¶
Index ¶
- Constants
- func GetPathParamsFromContext(ctx context.Context) (map[string]string, bool)
- func GetRequestBodyFromContext(ctx context.Context) ([]byte, bool)
- func SetContextWithPathParams(ctx context.Context, params map[string]string) context.Context
- func SetContextWithRequestBody(ctx context.Context, body []byte) context.Context
Constants ¶
View Source
const ( HeaderUserAgent = "User-Agent" HeaderXUser = "X-User" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.