httpurl

package module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2022 License: MIT Imports: 3 Imported by: 2

README

Http URL

Go http url package

Documentation

Index

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 New

func New(u *url.URL) *URL

func (*URL) CurrentPath added in v1.0.2

func (u *URL) CurrentPath() string

func (*URL) GetParamKeys

func (u *URL) GetParamKeys() []string

func (*URL) GetParamValue

func (u *URL) GetParamValue(name string) string

func (*URL) GetParamValues

func (u *URL) GetParamValues(name string) []string

func (*URL) Object

func (u *URL) Object() *url.URL

func (*URL) Path

func (u *URL) Path() string

func (*URL) Query

func (u *URL) Query() url.Values

func (*URL) RawPath

func (u *URL) RawPath() string

func (*URL) RawQuery

func (u *URL) RawQuery() string

func (*URL) Reset

func (u *URL) Reset(url *url.URL) error

func (*URL) SetPath

func (u *URL) SetPath(path string) error

func (*URL) SetRawQuery

func (u *URL) SetRawQuery(rawQuery string)

func (*URL) String

func (u *URL) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL