package
0.0.0-20231221234604-15a5a515d526
Repository: https://github.com/impactdevelopment/impactserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DoLater runs a callback function once, after the specified delay.
DoRepeatedly runs a callback function after each interval of delay it continues until quit is closed.
FormRequest returns a HTTPRequest using method POST with a x-www-form-urlencoded marshalled body.
No description provided by the author
GetRequest returns a HTTPRequest using method GET with no body.
No description provided by the author
GetSubdomains tries to return the subdomain part from a host or hostname using ugly hacks.
No description provided by the author
No description provided by the author
IsValidEmail checks if the email provided passes the required structure and length.
JSONRequest returns a HTTPRequest using method POST with a JSON marshalled body.
NewRequest wraps http.NewRequest but returns HTTPRequest instead of http.Request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetQuery changes the query parameters on the given url.
No description provided by the author
XMLRequest returns a HTTPRequest using method POST with an XML marshalled body.
XMLRequestWithDoctype returns a HTTPRequest using method POST with an XML marshalled body with the specified doctype.

# Structs

HTTPRequest wraps http.Request so that we can provide custom methods.
HTTPResponse wraps http.Response so that we can provide custom methods.