package
0.0.0-20230103092213-f65d0ebb75bb
Repository: https://github.com/gly-hub/fasthttp-routing.git
Documentation: pkg.go.dev
# Functions
ByteSize returns a human-readable byte string of the form 10M, 12.5K, and so forth.
CopyBytes copies a slice to make it immutable.
CopyString copies a string to make it immutable.
GetMIME returns the content-type of a file extension.
ParseVendorSpecificContentType check if content type is vendor specific and if it is parsable to any known types.
StatusMessage returns the correct message for the provided HTTP statuscode.
ToString Change arg to string.
#nosec G103 UnsafeBytes returns a byte pointer without allocation.
#nosec G103 UnsafeString returns a string pointer without allocation.
# Constants
No description provided by the author