Categorygithub.com/facily-tech/go-core/http
modulepackage
1.6.0
Repository: https://github.com/facily-tech/go-core.git
Documentation: pkg.go.dev

# Packages

Package client make easy to use an http client */.
Package server is the package responsible for http server */.
Package url is a set of tools to help work safely with urls.
Package utils is about function utils that can be used ex: utils.StatusLevel(logger, writer.status, utils.ServerMode) */.

# Functions

FromJSON turns a json string into a struct by output given.
ToJSON transform a struct given into json string.