(2) Quinn Introduction Chapter, Introduction Page #919
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is part of a series of PR's regarding the book creation as described in #865. Each page of this chapter will have its own PR for reducing PR size.
- Overview ((2) Quinn Introduction Chapter, Introduction Page #919)
Live Version
A live version of this page can be found here. This book shows all the work that I have up-to-now. The pages that are visible but don't have a PR yet should are welcome to have general feedback.
Chapter Motivation
This chapter will go through the protocol by examples. The chapters are in the required order, first, we look at configuring a certificate which is required, then at setting up a connection, and finally at sending data about this connection. In the future, more pages can be added.
After reading this chapter the reader should be able to send data over a secured with a real or self-signed certificate, or insecure, connection.
The target audience is people who are new to the library and want to get started quickly by some examples and a short explanation. It is not meant to describe the entire API.
Page Motivation
The page introduces a reader to the coming chapter very shortly.
Remarks