forked from microsoft/cpprestsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for retrieving HTTP version of a request in HTTP listener (…
…microsoft#565) * Grab HTTP protocol version from the underlying request message and expose in http_request * Use error_code overload to resolve microsoft#545 * Rename get_http_version and get_remote_address without 'get_' prefix for consistency with rest of class public interface * Add test case for http_version * Fix GCC "error: changes meaning of 'http_version'..." that should have been in commit:1ba5ebfd * Use struct for http_version instead of pair. * Restore get_remote_address to avoid breaking source compat
- Loading branch information
1 parent
7db3585
commit 6397261
Showing
5 changed files
with
107 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters