Documentation
¶
Index ¶
- type URL
- func (u *URL) CurrentPath() string
- func (u *URL) GetParamKeys() []string
- func (u *URL) GetParamValue(name string) string
- func (u *URL) GetParamValues(name string) []string
- func (u *URL) Object() *url.URL
- func (u *URL) Path() string
- func (u *URL) Query() url.Values
- func (u *URL) RawPath() string
- func (u *URL) RawQuery() string
- func (u *URL) Reset(url *url.URL) error
- func (u *URL) SetPath(path string) error
- func (u *URL) SetRawQuery(rawQuery string)
- func (u *URL) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URL ¶
type URL struct {
// contains filtered or unexported fields
}
func (*URL) CurrentPath ¶ added in v1.0.2
func (*URL) GetParamKeys ¶
func (*URL) GetParamValue ¶
func (*URL) GetParamValues ¶
func (*URL) SetRawQuery ¶
Click to show internal directories.
Click to hide internal directories.