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.
- 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
- MinGW installed on your local Windows machine.
...
...