Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protocols/curl.md: update RFC references #397

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index-words
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,11 @@ RFC 3986
RFC 4217
RFC 4511
RFC 5321
RFC 7230
RFC 7540
RFC 8999
RFC 9110
RFC 9112
RFC 9113
RFC 9114
RFC 7838
RFC 8314
RFC 8446
Expand Down
10 changes: 6 additions & 4 deletions protocols/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,17 @@ Gopher over TLS. A recent extension to the old protocol.
## HTTP

The Hypertext Transfer Protocol, HTTP, is the most widely used protocol for
transferring data on the web and over the Internet. See RFC 7230 for HTTP/1.1
and RFC 7540 for [HTTP/2](../http/versions/http2.md). HTTP servers and clients
use TCP port 80.
transferring data on the web and over the Internet. See RFC 9110 for general
HTTP Semantics, RFC 9112 for HTTP/1.1, RFC 9113 for
[HTTP/2](../http/versions/http2.md) and RFC 9114 for HTTP/3. HTTP servers and
clients use TCP port 80.

## HTTPS

Secure HTTP is HTTP done over an SSL/TLS connection. See RFC 2818. HTTPS
servers and clients use TCP port 443, unless they speak
[HTTP/3](../http/versions/http3.md) which then uses QUIC and is done over UDP.
[HTTP/3](../http/versions/http3.md) which then uses QUIC (RFC 8999) and is
done over UDP.

## IMAP

Expand Down
Loading