Files
bitcoin/src
Matthew Zipkin f5bc018948 http: Introduce HTTPServer class and implement binding to listening socket
Introduce a new low-level socket managing class `HTTPServer`.

BindAndStartListening() was copied from CConnMan's BindListenPort()
in net.cpp and modernized.

Unit-test it with a new class `SocketTestingSetup` which mocks
`CreateSock()` and will enable mock client I/O in future commits.

Co-authored-by: Vasil Dimov <vd@FreeBSD.org>
2026-06-22 05:46:37 -04:00
..
2026-06-15 14:51:12 +01:00
2026-06-16 11:16:00 +02:00
2026-06-22 05:46:37 -04:00
2026-06-04 21:58:56 +10:00
2026-04-20 08:55:51 +02:00
2026-05-12 21:24:19 +02:00
2026-06-04 21:58:56 +10:00
2026-05-12 21:24:19 +02:00
2026-04-28 10:37:15 +02:00
2026-06-11 19:38:03 +02:00