- Makes
HTTPResponsea struct since it is used that way. (https://github.com/bitcoin/bitcoin/pull/35182#discussion_r3336757663) - Simplifies boolean logic in
HTTPServer::DisconnectClients(). (https://github.com/bitcoin/bitcoin/pull/35182#discussion_r3336757663) - Refactors
HTTPRequestandHTTPRemoteClientto be more self-contained rather than havingHTTPServerreach into the fields of other objects. (https://github.com/bitcoin/bitcoin/pull/35182#discussion_r3339543447, #35182 (review)) - Drop/rename
http_bitcoin/bitcoin_httpnamespace - Will only do the rename or the dropping depending on reviewer feedback. (https://github.com/bitcoin/bitcoin/pull/35182#discussion_r3264510816)
Follow-up to #35182.