Skip to content

Commit

Permalink
Merge pull request #183 from nunojpg/patch-1
Browse files Browse the repository at this point in the history
Fix HTTPS example link
  • Loading branch information
ben-crowhurst committed Jan 20, 2017
2 parents 63a5bae + 14604a7 commit 2c4709c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Features
| [Compression](https://github.com/Corvusoft/restbed/blob/master/example/compression/source/example.cpp) | Adaptability to address any form of compression GZip, Deflate, etc... |
| Encoding | Adaptability to address any form of encoding UTF-32, ASCII, etc... |
| [Rules Engine](https://github.com/Corvusoft/restbed/blob/master/example/rules_engine/source/example.cpp) | Reduce complexity by processing incoming requests with readable units of code. |
| [HTTP](https://github.com/Corvusoft/restbed/blob/master/example/http_client/source/example.cpp)/[HTTPS](https://github.com/Corvusoft/restbed/blob/master/example/https_client_verify_none/source/example.cpp) | Built in client capabilities with optional SSL peer certificate verification. |
| [HTTP](https://github.com/Corvusoft/restbed/blob/master/example/http_client/source/example.cpp)/[HTTPS](https://github.com/Corvusoft/restbed/blob/master/example/https_client/source/verify_none.cpp) | Built in client capabilities with optional SSL peer certificate verification. |
| IPv4/IPv6 | Internet Protocol Version 4/6 Network Support. |
| Architecture | Asynchronous [single](https://github.com/Corvusoft/restbed/blob/master/example/publishing_resources/source/example.cpp) or [multi-threaded](https://github.com/Corvusoft/restbed/blob/master/example/multithreaded_service/source/example.cpp) architecture, capable of addressing the C10K problem. |
| Converters | Built-in Path, Query, and Header conversions for primary data-types. |
Expand Down

0 comments on commit 2c4709c

Please sign in to comment.