Skip to content

Files

Latest commit

90b205e · Jul 18, 2024

History

History

basic_http_server

Example HTTP server

In this example we're going through

  • creating models, that will be used for describing endpoint's requests and responses
  • creating views/handlers that consumes those models
  • creating shared configurations & config
  • generating OpenAPI endpoing with endpoint's specifications