mirror of https://github.com/fafhrd91/actix-web
To prevent conflicts when migrating, this adds a new method to the Responder trait that wraps in a CustomizeResponder instead of renaming with_header to insert_header, like that which exists on HttpResponse. This is overall a nicer, more explicit API. Also alters the methods on DefaultHeaders middleware. |
||
|---|---|---|
| .. | ||
| client | ||
| middleware | ||
| any_body.rs | ||
| builder.rs | ||
| connect.rs | ||
| error.rs | ||
| frozen.rs | ||
| lib.rs | ||
| request.rs | ||
| response.rs | ||
| sender.rs | ||
| test.rs | ||
| ws.rs | ||