Skip to content
/ weasel Public

HTTP 1.1 Server implemented (from scratch) in Swift

License

Notifications You must be signed in to change notification settings

slashmo/weasel

Repository files navigation

Weasel HTTP Server

Swift 5.2 Continuous Integration

Do not use in production

🏗👨‍🎓 Weasel is an HTTP Server implementation written in Swift. It's sole purpose is for me to learn about HTTP and lower-level code.

Demo

Weasel itself is a Swift library package that you, in theory, could but definetely shouldn't use in your own backend applications. Included in this repository is also an executable Example which spins up an HTTP Server using the Weasel library.

swift package resolve
swift run

Projects inspiring this implementation

About

HTTP 1.1 Server implemented (from scratch) in Swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages