Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NonEmptyRestParam ¶
func PathRegexpParam ¶
Types ¶
type PathParams ¶
type PathParams struct {
// contains filtered or unexported fields
}
func RequestPathParams ¶
func RequestPathParams(r *http.Request) *PathParams
func (*PathParams) ByName ¶
func (me *PathParams) ByName(name string) string
Click to show internal directories.
Click to hide internal directories.