netty5/codec-http/src
Trustin Lee 412f719aa8 Extract the builder of CorsConfig to top level
Motivation:

Consistency in API design

Modifications:

- Deprecate CorsConfig.Builder and its factory methods
- Deprecate CorsConfig.DateValueGenerator
- Add CorsConfigBuilder and its factory methods
- Fix typo (curcuit -> circuit)

Result:

Consistency with other builder APIs such as SslContextBuilder and
Http2ConnectionHandlerBuilder
2015-12-18 12:38:44 +09:00
..
main/java/io/netty/handler/codec Extract the builder of CorsConfig to top level 2015-12-18 12:38:44 +09:00
test Extract the builder of CorsConfig to top level 2015-12-18 12:38:44 +09:00