Documentation
¶
Index ¶
- func Body(w http.ResponseWriter, r *http.Request, to any, maxSize int64) (int, error)
- func PathInt(router Router, r *http.Request, name string) (int, error)
- func PathString(router Router, r *http.Request, name string) (string, error)
- func PathUUID(router Router, r *http.Request, name string) (uuid.UUID, error)
- func QueryInt(r *http.Request, name string, _defaultValue int) (int, error)
- func QueryString(r *http.Request, name, _defaultValue string) string
- func QueryStringSlice(r *http.Request, name string, _defaultValue ...string) []string
- type Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.