Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RSAEncrypt ¶
func RandomString ¶
Types ¶
type HttpURLBuilder ¶
type HttpURLBuilder struct {
// contains filtered or unexported fields
}
func URLBuild ¶
func URLBuild(rawUrl string) *HttpURLBuilder
func (*HttpURLBuilder) AddArg ¶
func (u *HttpURLBuilder) AddArg(key, value string) *HttpURLBuilder
func (*HttpURLBuilder) Build ¶
func (u *HttpURLBuilder) Build() string
func (*HttpURLBuilder) BuildUrl ¶
func (u *HttpURLBuilder) BuildUrl() *url.URL
func (*HttpURLBuilder) SetArg ¶
func (u *HttpURLBuilder) SetArg(key, value string) *HttpURLBuilder
Click to show internal directories.
Click to hide internal directories.