# README
httpcli
Simple http client in go, w some bonuses
# Structs
Client represents the http client itself, but wraps the original http.Client within it.Headers property are standard headers you want to send with every request.Basepath is the url prefix, in case this client will do all calls to the same endpoint.This is usefull when you may need to switch endpoints, like DEV/QAS/PRD, but all remainder path portion remains the same.
No description provided by the author