mirror of https://github.com/fafhrd91/actix-web
re-export KeepAlive in http mod
This commit is contained in:
parent
3eb44ab7bf
commit
b2cb6e3a1a
|
@ -3,6 +3,7 @@
|
|||
## Unreleased - 2021-xx-xx
|
||||
### Added
|
||||
- Implement `Responder` for `Vec<u8>`. [#2625]
|
||||
- Re-export `KeepAlive` in `http` mod. [#2625]
|
||||
|
||||
[#2625]: https://github.com/actix/actix-web/pull/2625
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
pub mod header;
|
||||
|
||||
// TODO: figure out how best to expose http::Error vs actix_http::Error
|
||||
pub use actix_http::{uri, ConnectionType, Error, Method, StatusCode, Uri, Version};
|
||||
pub use actix_http::{uri, ConnectionType, Error, KeepAlive, Method, StatusCode, Uri, Version};
|
||||
|
|
Loading…
Reference in New Issue