Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchellwrosen/warpless


https://github.com/mitchellwrosen/warpless

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# warpless

A slim `warp` fork.

Last synchronized with `warp` May 5, 2024.
Latest commit ported over: `2a7399f5229f6a8ea675a20cf0cf8f69ba8b9f72`.

## Changes

- No `https` support.
- No `HTTP/2` support.
- No slowloris protection.
- No file descriptor cache.
- No file info cache.
- No response logger.
- No control over how much of an unread request body is read on a keepalive connection. It's all always read.
- No automatic Server response header.
- No control over preventing allocating too large of a response.
- No automatic setting of the `Alt-Svc` response header: you can just set it yourself in a response.
- No option to not parse the raw path info.
- No maximum buffer size for responses.
- `Expect: 100-continue` is eagerly replied to, rather than lazily upon trying to read the request body.
- Uncaught exceptions are ignored by default, rather than printed to stderr.