package
0.0.0-20240215220921-7b5a127e6df5
Repository: https://github.com/mowlcoder/go-url-shortener.git
Documentation: pkg.go.dev

# Functions

SendJSONErrorResponse send error response with content-type application/json to the client and given status code.
SendJSONResponse send response with content-type application/json to the client and given status code.
SendRedirectResponse send redirect response with status code 307 and given location in header Location.
SendStatusCode send given status code to client.
SendTextResponse send response with content-type text/plain to the client and given status code.

# Structs

HTTPError is representing error that sends to user.