servicetalk icon indicating copy to clipboard operation
servicetalk copied to clipboard

Introduce `HttpScheme`

Open 0x1306e6d opened this issue 1 year ago • 0 comments

Motivation:

#1423

Modifications:

  • Add HttpScheme and replace Netty's HttpScheme usages to the new one.
  • Make HttpRequestMetaData#scheme() always return lowercase scheme.
  • Throw IllegalArgumentException when HttpRequestMetaData#scheme() is an invalid HTTP scheme.

Result:

Close #1423

0x1306e6d avatar May 19 '24 13:05 0x1306e6d