Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

shitty — A C++ HTTP Server library

Examples

HelloWorld

A simple example of serving static responses.

ProxyServer

A simple HTTP proxy.

PrintRequestServer

Prints incoming requests.

Usage

make && sudo ./hello-world

HPACK — HTTP/2 header compression

Includes a functional implementation of HPACK, HTTP/2's header compression/decompression algorithm. It's not integrated into the server just yet. See the hpack & hpack/huffy directories.

You can’t perform that action at this time.