haiku/docs/user/netservices
Niels Sascha Reedijk 3b2aa6c31b NetServices: Add the BNetworkRequestError type
This is a generic error type that can be used by multiple protocols to describe errors that can
occur while processing a request. The error type supports adding an additional error code in cases
where there is an underlying system error.

The type will be used to describe errors that occur while processing requests by BHttpSession, and
it is generally going to be thrown by the receiving BHttpResult.

Change-Id: I76c0bbaedd38df8cfb79159c4beae2fbf1350aab
2022-03-07 07:59:03 +00:00
..
ErrorsExt.dox NetServices: Add skeleton BHttpSession class and its documentation 2021-12-17 17:40:15 +00:00
HttpFields.dox NetServices: Introduce BHttpFields to query and manipulate fields in HTTP messages 2022-02-20 13:10:19 +00:00
HttpRequest.dox NetServices: Introduce BHttpRequest class 2022-02-25 08:41:14 +00:00
HttpResult.dox NetServices: Add the BNetworkRequestError type 2022-03-07 07:59:03 +00:00
HttpSession.dox netservices: Flesh out BHttpSession::Impl data and control structures 2021-12-17 17:40:15 +00:00
NetServicesDefs.dox NetServices: Add the BNetworkRequestError type 2022-03-07 07:59:03 +00:00