Skip to content
/ http Public

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

Notifications You must be signed in to change notification settings

r-gg/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages