mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
update ntex
This commit is contained in:
parent
0c1b98a999
commit
5da65b7b30
8 changed files with 25 additions and 24 deletions
|
@ -21,8 +21,8 @@ default = ["cookie-policy"]
|
|||
cookie-policy = ["cookie/secure", "ntex/cookie"]
|
||||
|
||||
[dependencies]
|
||||
ntex = "0.1.21"
|
||||
futures = "0.3.4"
|
||||
ntex = "0.2.0-b.14"
|
||||
futures = "0.3.12"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
cookie = "0.14.2"
|
||||
|
|
|
@ -59,8 +59,9 @@ use time::Duration;
|
|||
|
||||
use ntex::http::error::HttpError;
|
||||
use ntex::http::header::{self, HeaderValue};
|
||||
use ntex::http::{Extensions, HttpMessage, Payload};
|
||||
use ntex::http::{HttpMessage, Payload};
|
||||
use ntex::service::{Service, Transform};
|
||||
use ntex::util::Extensions;
|
||||
use ntex::web::dev::{WebRequest, WebResponse};
|
||||
use ntex::web::{DefaultError, ErrorRenderer, FromRequest, HttpRequest, WebResponseError};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue