haiku/docs/user/netservices
Niels Sascha Reedijk 13bfff7be3 NetServices: Implement BHttpStatusCode, BHttpStatusClass and Redirects
The user of the API can set whether redirects should be followed, and if so,
how many. This is part of the BHttpRequest API. The BHttpSession then follows
those instructions, and executes the maximum number of redirects the user
would like to follow.

As part of this commit, the BHttpStatusClass and BHttpStatusCodes helper enums
have been added, to give a friendlier access to HTTP status codes and status
classes.

Change-Id: Ic8c9e3fda158e2cce549c8f1d360951f7ac83311
2022-04-23 18:30:38 +01:00
..
ErrorsExt.dox NetServices: Add skeleton BHttpSession class and its documentation 2021-12-17 17:40:15 +00:00
HttpFields.dox NetServices: Rewrite BHttpFields to use raw strings as underlying data storage 2022-04-10 09:05:24 +01:00
HttpRequest.dox NetServices: Implement BHttpStatusCode, BHttpStatusClass and Redirects 2022-04-23 18:30:38 +01:00
HttpResult.dox NetServices: Implement BHttpStatusCode, BHttpStatusClass and Redirects 2022-04-23 18:30:38 +01:00
HttpSession.dox NetServices: implement hostname resolution and connection for BHttpRequest 2022-03-24 06:13:38 +00:00
HttpStream.dox NetServices: Introduce BHttpRequestStream and abstract interface. 2022-04-03 12:17:05 +01:00
NetServicesDefs.dox NetServices: Serialize the header of a BHttpRequest to a string 2022-03-30 07:38:57 +01:00