HTTP Request Smuggling Detection Tool
-
Updated
Dec 21, 2023 - Python
HTTP Request Smuggling Detection Tool
This project is about writing our own HTTP server. and understanding the HTTP protocol.
A simple HTTP/1.1 server implemented from scratch in Go using the net package. Handles multiple connections with goroutines, supports chunked transfer encoding, and can serve text or binary data.
functional HTTP/1.1 server from raw TCP sockets in go
Java-based HTTP client which is able to send/receive HTTP messages using sockets and supports Transfer-Encoding "chunked" without relying on external libraries.
simple event-driven HTTP server made from scratch
Add a description, image, and links to the chunked-encoding topic page so that developers can more easily learn about it.
To associate your repository with the chunked-encoding topic, visit your repo's landing page and select "manage topics."