/haiku/docs/user/netservices/ |
H A D | HttpResult.dox | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpRequest.dox | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpResult.h | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpSession.h | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpRequest.h | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpResult.cpp | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpRequest.cpp | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpSession.cpp | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpProtocolTest.h | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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 D | HttpProtocolTest.cpp | 13bfff7be3f1a790fc83beeee6b2e2d0216ca8cf 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
|