This PR has the main goal to create a in memory handler for requests in the http server that uses fasthttp. This will make possible to create tests to our controllers and endpoints with a single thread process with low dependency to others features. Also creates a exemple of how to use.
This PR has the main goal to create a in memory handler for requests in the http server that uses fasthttp. This will make possible to create tests to our controllers and endpoints with a single thread process with low dependency to others features. Also creates a exemple of how to use.