# 参考资源
# RFC
HTTP
- RFC2045 (opens new window) - MIME(old)
- RFC2616 (opens new window) - HTTP/1.1(old)
- RFC3986 (opens new window) - URI
- RFC6265 (opens new window) - Cookie
- RFC6648 (opens new window) - Deprecating the "X-" Prefix
- RFC6838 (opens new window) - MIME(new)
- RFC7230 (opens new window) - HTTP/1.1(new)
- RFC7540 (opens new window) - HTTP/2
- RFC7541 (opens new window) - HPACK in HTTP/2
- RFC7838 (opens new window) - Alt-Svc
- RFC???? (opens new window) - HTTP/3(Draft)
HTTPS/SSL/TLS
- RFC1122 (opens new window) - TCP/IP Stack
- RFC2818 (opens new window) - HTTPS
- RFC3526 (opens new window) - DH Modular Exponential
- RFC4492 (opens new window) - ECC Suites for TLS(old)
- RFC5077 (opens new window) - TLS Session Resumption
- RFC5116 (opens new window) - AES AEAD
- RFC5246 (opens new window) - TLS 1.2
- RFC5280 (opens new window) - X.509 v3
- RFC5288 (opens new window) - AES_GCM Suites
- RFC5289 (opens new window) - ECC_AES_GCM Suites
- RFC6066 (opens new window) - TLS Extension(SNI)
- RFC6797 (opens new window) - HSTS
- RFC6960 (opens new window) - OCSP
- RFC6961 (opens new window) - OCSP Stapling
- RFC7301 (opens new window) - ALPN
- RFC7525 (opens new window) - Recommendations for TLS
- RFC7748 (opens new window) - ECC x25519
- RFC7918 (opens new window) - False Start
- RFC8032 (opens new window) - EdDSA
- RFC8422 (opens new window) - ECC Suites for TLS(new)
- RFC8439 (opens new window) - ChaCha-Poly1305
- RFC8446 (opens new window) - TLS 1.3
- RFC8470 (opens new window) - Using Early Data in HTTP
- RFC8484 (opens new window) - DNS over HTTPS
- RFC8555 (opens new window) - ACME
Others
- RFC2324 (opens new window) - HTCPCP
- RFC4122 (opens new window) - UUID/GUID
- RFC4648 (opens new window) - Base16/32/64
- RFC6455 (opens new window) - WebSocket
- RFC7168 (opens new window) - HTCPCP-TEA
- QUIC-Draft (opens new window) - QUIC-Draft
# Websites
- Nginx (opens new window) - Nginx Website
- OpenResty (opens new window) - OpenResty Website
- OpenSSL (opens new window) - OpenSSL
- Let's encrypt (opens new window) - Let's encrypt
- SSLLabs (opens new window) - SSLLabs
- ModSecurity (opens new window) - ModSecurity
- BIND9 (opens new window) - BIND9
- WebPageTest (opens new window) - WebPageTest
# Dev Links
- ngx_lua (opens new window) - lua-nginx-module
- stream_lua (opens new window) - stream-lua-nginx-module
- lua-resty-core (opens new window) - lua-resty-core
# See Also
- 《C++实战笔记》 (opens new window)
- annotated_nginx (opens new window) - 注释nginx,学习研究源码
- ngx_ansic_dev (opens new window) - Nginc ANSI C Development
- openresty_dev (opens new window) - OpenResty/Lua Programming
- favorite-nginx (opens new window) - Selected favorite nginx modules and resources.
- boost guide (opens new window) - Sample code for Boost library Guide.
- professional_boost (opens new window) - Professional boost development.