📄️ Configure your HTTP servers
With gosoline, you have flexibility in how you define and run your HTTP servers. In this guide, you'll learn multiple ways to do this, so you can choose the option that best meet your needs.
📄️ Load configurations
There are different ways to load configurations into your application:
🗃️ Logging
3 items
📄️ Implement health checks
You can check the health of a running gosoline application.
📄️ Write integration tests
In this section we will be looking at several types of integration tests provided by Gosoline. All of them can be used together in the same test, and Gosoline's suite package is responsible for reading their configuration, starting and running an application, then running the actual tests cases. Below is their description: