servicetalk
servicetalk copied to clipboard
Introduce `HttpScheme`
Motivation:
#1423
Modifications:
- Add
HttpSchemeand replace Netty'sHttpSchemeusages to the new one. - Make
HttpRequestMetaData#scheme()always return lowercase scheme. - Throw
IllegalArgumentExceptionwhenHttpRequestMetaData#scheme()is an invalid HTTP scheme.
Result:
Close #1423