haiku/docs/user/netservices
Niels Sascha Reedijk 9b33a931f1 NetServices: Implement controls on the number of concurrent requests.
This change allows the user to control how many concurrent request can be done
per session. This is going to be helpful to running the tests as well; they were
all fired up in parallel, which sometimes leads to our test server refusing a
connection.

Change-Id: I4f1f40b28b8e0199ea5589b36cd8d00ecd849a63
2022-07-27 09:02:09 +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: Remove Accept as standard and protected header. 2022-07-20 06:28:17 +01:00
HttpResult.dox NetServices: Implement BHttpStatusCode, BHttpStatusClass and Redirects 2022-04-23 18:30:38 +01:00
HttpSession.dox NetServices: Implement controls on the number of concurrent requests. 2022-07-27 09:02:09 +01:00
HttpStream.dox NetServices: Add support for an input body in a request and handle this with redirects. 2022-06-23 21:13:35 +01:00
HttpTime.dox NetServices: Implement BHttpTime, parse_http_time() and format_http_time(). 2022-05-08 06:59:51 +01:00
NetServicesDefs.dox NetServices: Implement asynchronous status update messages. 2022-07-24 08:56:02 +01:00