-
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 HEAD to client methods. - Add headers to send() method. - Add headers to response struct. - Improve getUri() to allow scheme configuration, but implementing a default behavior. Also, uri path is protected to allow starting with slash '/' or not. - Allow secure client connections. - Implement reconnect() method. - Implement connection asString() method. - Implement static headersAsString() method to be available on ert::http2comm::headersAsString(). Use it from Http2Headers class (asString() method). - Connect on send(). ToDo: manage timeout for waitToBeConnected().
- Loading branch information
1 parent
03101b9
commit f20a2c5
Showing
6 changed files
with
223 additions
and
72 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
Oops, something went wrong.