Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages