Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r-gg/http

C implementation of RFC-7230 compliant HTTP client and server supporting multiple plaintext formats, binary data and file compression.
https://github.com/r-gg/http

client-server http-protocol operating-systems tcp-ip-sockets

Last synced: about 2 months ago
JSON representation

C implementation of RFC-7230 compliant HTTP client and server supporting multiple plaintext formats, binary data and file compression.

Awesome Lists containing this project

README

        

# HTTP client and server

- Implementation Language : **C**
- Supported filetypes:
- Plaintext
- Binary
- Compression of the transferred content possible
- Tool used:
- TCP/IP Sockets

## Client

The client takes an URL as input, connects to the corresponding server and requests the file specified in the URL. The transmitted content of that file is written to stdout or to a file.

Usage:

![image](https://github.com/r-gg/http/assets/90387385/c432e200-1934-49f0-954c-a6f30bb118ec)

## Server

The server waits for connections from clients and transmits the requested files.

Usage:

![image](https://github.com/r-gg/http/assets/90387385/a6d5fb89-1646-4aa9-840c-c16e2a714a00)