Creates a new HttpServerUtils instance
The test utils instance
Testing hook to start the HTTP server to listen for new request. The return value is a function to close the HTTP server.
OptionalserverCallback: (Optional callback to create custom HTTP server instance
Http server utils are used to start the AdonisJS HTTP server during testing. It provides methods to start and stop the server for integration testing.
Example