# Functions
InitRequest is used to populate data from request config to fasthttp.Request.
NewClient creates a fasthttp client based on the config.
# Structs
ClientConfig is a http client configuration structure.
RequestConfig is a struct representing the config of a single request.
Not a very effective way but hey, it does it's job.