https://github.com/swift-server/swift-http-server
https://github.com/swift-server/swift-http-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swift-server/swift-http-server
- Owner: swift-server
- License: apache-2.0
- Created: 2023-07-03T13:56:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T15:02:07.000Z (5 months ago)
- Last Synced: 2026-01-15T18:55:35.841Z (5 months ago)
- Language: Swift
- Size: 194 KB
- Stars: 14
- Watchers: 15
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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`.