Cookie’s HTTP Client (CHC)

What is CHC?

* CHC is a library for building out HTTP Routes and Controllers completely made in GO.

What is a Route?

* A Route is a collection of HTTP methods and URLs that can be used to respond to requests.

What is a Controller?

* A Controller is how a Route is mapped to a specific function.

GitHub

View Github