GitHunt
R-

r-gg/http

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

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

Server

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

Usage:

image

Languages

C100.0%

Contributors

Created April 27, 2024
Updated May 3, 2024
r-gg/http | GitHunt