http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

Rename {Request,Response}::{ext,ext_mut} #322

Open yoshuawuyts opened 3 years ago

yoshuawuyts commented 3 years ago

Probably should follow std::path::Path's naming and call them extensions / extensions_mut instead.

Refs