An open API service indexing awesome lists of open source software.

https://github.com/swift-server/swift-http-server


https://github.com/swift-server/swift-http-server

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Swift HTTP Server

This repository contains the Swift HTTP Server project.
It provides a low-level yet ergonomic API for handling HTTP requests and responses with full support
for bi-directional streaming, request and response trailers, and Structured Concurrency-based
resource management.

## 🚧 This project is a work in progress 🚧

All feedback is welcome: please open issues!

## Getting started

To get started, please refer to the project's documentation and the Example located under `Sources`.