Home
last modified time | relevance | path

Searched hist:"13 bfff7be3f1a790fc83beeee6b2e2d0216ca8cf" (Results 1 – 10 of 10) sorted by relevance

/haiku/docs/user/netservices/
H A DHttpResult.dox13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpRequest.dox13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
/haiku/headers/private/netservices2/
H A DHttpResult.h13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpSession.h13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpRequest.h13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
/haiku/src/kits/network/libnetservices2/
H A DHttpResult.cpp13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpRequest.cpp13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpSession.cpp13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.h13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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
H A DHttpProtocolTest.cpp13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf Sat Apr 23 17:30:38 UTC 2022 Niels Sascha Reedijk <niels.reedijk@gmail.com> 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