Is out there any sample of reading http requests using TCP socket collecting data from them (like emulating Http server in some way)
Is out there any sample of reading http requests using TCP socket collecting data from them (like emulating Http server in some way) so I wanna to keep data like senders IP:PORT, request body and so on. So has any one seen such thing in OpenSource projects or do you know how to create it? (if so please provide siple code example) ...