This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Create doc about HTTP #19
Closed
Conversation
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
rogatty
reviewed
Jan 10, 2019
rogatty
reviewed
Jan 10, 2019
rogatty
approved these changes
Jan 10, 2019
kvas-damian
reviewed
Jan 11, 2019
|
||
HTTP - short for Hypertext Transfer Protocol; The foundation of data communication for the World Wide Web. | ||
|
||
## Classification / acceptance questions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think TCP is a prerequisite knowledge here.
kvas-damian
reviewed
Jan 11, 2019
kvas-damian
reviewed
Jan 11, 2019
|
||
### Advanced aha _?_ | ||
- I'm familiar with security flaws that come with sending unencrypted data via HTTP and how we solve that problem. | ||
- I know differences between HTTP versions, their pros and cons and when to use a particular version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a feeling it's too broad. Maybe we could name a few features of HTTP2.0?
kvas-damian
reviewed
Jan 11, 2019
- I know request types and response status codes | ||
|
||
### Advanced aha _?_ | ||
- I'm familiar with security flaws that come with sending unencrypted data via HTTP and how we solve that problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you referring to HTTPS? If yes, let's make it clear - without the keyword it's harder to google it.
If not, let's add a point about HTTPS
Co-Authored-By: gitkuba <[email protected]>
Co-Authored-By: gitkuba <[email protected]>
Co-Authored-By: gitkuba <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #14