Categorygithub.com/digitalhurricane-io/go-web-utils
modulepackage
1.1.0
Repository: https://github.com/digitalhurricane-io/go-web-utils.git
Documentation: pkg.go.dev

# Functions

BoolP copy bool and return pointer.
No description provided by the author
CloneRequest Returns a clone of the provided *http.Request.
Float64P copy float64 and return pointer.
FormatUrl Ensure that url is correctly formatted.
Int64P copy int64 and return pointer.
IntP copy int and return pointer.
NewHttpClientTrustCA Returns a http client with a 20-second timeout.
No description provided by the author
No description provided by the author
RandIntRange inclusive.
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
No description provided by the author
No description provided by the author
StringP copy string and return pointer.
TimeP copy time and return pointer.
WrapErr Wraps an error with formatted string.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

HttpError Simply makes it cleaner to send an error response back in a http handler after returning from another function.