package
1.0.20
Repository: https://github.com/hero1s/golib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
QueryGetParam gets the specified key parameter from query string.
QueryGetParams gets the specified key parameters from query string.
RawURLAddParam adds query parameter to raw url.
RawURLAddParams adds multiple query parameters to raw url.
RawURLDelParams deletes multiple query paramters from raw url.
RawURLGetAllParams gets all query parameter for all keys from raw url.
RawURLGetDomain gets the domain from raw url.
RawURLGetParam gets the first query parameter for the specified key from raw url, even though key has multiple parameters.
RawURLGetParams gets all query parameter for the specified key from raw url if key has multiple parameters.
RawURLGetPort gets the port from raw url.
RawURLSetParam sets query paramter to raw url.
RawURLSetParams sets multiple query paramter to raw url.