modulepackage
0.0.0-20190926120447-823f44c84d14
Repository: https://github.com/microgolang/httpresponse.git
Documentation: pkg.go.dev
# Functions
FormatArgs ******************************************************************
* Transform an argument (no matter the type) to a string for later decryption
******************************************************************************/.
GetArg **********************************************************************
* Decrypt the args to the type of myValue and assign it to myValue
******************************************************************************/.
*****************************************************************************
** RemoveCookie
** Remove a cookie for the next response.
Resolve *********************************************************************
* Send a response to the client
******************************************************************************/.
ResolveCookie ***************************************************************
* Add a cookie for the next response.
ResolveWithError ************************************************************
* Send an error response to the client
******************************************************************************/.
UnFormatArgs ****************************************************************
* Decrypt and argument formated with FormatArgs
******************************************************************************/.