smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.7k stars 201 forks source link

Replace outdated RFC references #2298

Closed JordonPhillips closed 1 month ago

JordonPhillips commented 1 month ago

The HTTP RFCs have received some facelifts recently. The vast majority of the HTTP spec is now collected in RFC 9110 with version-specific information broken out into their own RFCs (HTTP 1.1 is in RFC 9112 for example).

This PR updates any references we have to RFCs obsoleted by RFC 9110 and RFC 9112 to those newer RFCs. The semantic content of these sections has not changed, only the presentation.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.