haiku/headers/private/netservices2
Niels Sascha Reedijk 3b172a3dc6 NetServices: implement hostname resolution and connection for BHttpRequest
BHttpSession::Execute() moves the request into the session, and returns a future BHttpResponse
object. Currently implemented are resolving the hostname, and opening the connection.

There is some scaffolding for the actual data transfer.

Change-Id: I5a8a7a7f8680036b91cdba4beee140bbed6bfd5a
2022-03-24 06:13:38 +00:00
..
ErrorsExt.h NetServices: Add skeleton BHttpSession class and its documentation 2021-12-17 17:40:15 +00:00
HttpFields.h NetServices: Introduce BHttpFields to query and manipulate fields in HTTP messages 2022-02-20 13:10:19 +00:00
HttpRequest.h NetServices: implement hostname resolution and connection for BHttpRequest 2022-03-24 06:13:38 +00:00
HttpResult.h NetServices: Initial implementation of BHttpResult 2022-03-05 14:56:57 +00:00
HttpSession.h NetServices: implement hostname resolution and connection for BHttpRequest 2022-03-24 06:13:38 +00:00
NetServicesDefs.h NetServices: Add the BNetworkRequestError type 2022-03-07 07:59:03 +00:00