Skip to content

taurasbear/c-http-server

Repository files navigation

Basic HTTP server-client project

An educational project written in C

Note: This project is a work in progress.

This project uses WinSock2 from Win32 to create client and server processes that use a TCP connection to exchange HTTP requests and responses.

Key Points

  • HTTP protocol version is 1.1, however, doesn't fully implement it.
  • Very simple HTTP request/response parsing
  • Uses testing unit testing library Unity Test

Prerequisites

  • MinGW installed on your local Windows machine.

Instructions

...

Expected output

...

About

Basic HTTP server-client project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published