leone
c7f1ba1d48
refactor: crates readme.md ( #9 )
2023-04-09 15:38:35 +02:00
leone
be1eb01083
refactor(ntex-files): Remove hyperx as dependencies and add required header ( #8 )
...
* refactor(ntex-files): Remove hyperx as dependencies and added required header
* bugfix(ntex-files): doc tests
* refactor(ntex-files): Clippy
2023-04-09 14:26:07 +02:00
leone
7f7a9faaab
refactor: ntex version and some clippy warning ( #7 )
...
* refactor: ntex version and some clippy warning
* refactor(workflow): linux default MSRV version to 1.65
* bugfix(workflow): windows openssl install
2023-04-04 00:08:44 +02:00
Cris Liao
39f93ab05e
upgrade cookie to 0.17, fix compile. ( #6 )
2023-03-19 15:22:12 +01:00
Nikolay Kim
38cf72793c
update deps
2022-12-28 13:43:07 +01:00
Nikolay Kim
440c0073d0
upgrade to service 0.4
2022-12-26 17:14:39 +01:00
Nikolay Kim
fe92ba2e8c
clippy
2022-11-30 17:24:51 +01:00
Nikolay Kim
2abe40fdf6
Fix compilation error
2022-11-30 17:20:56 +01:00
Nikolay Kim
b22435317e
update ntex ver
2022-01-31 16:31:00 +06:00
Nikolay Kim
4f4258a533
Update gh actions
2022-01-17 09:31:31 +06:00
Nikolay Kim
6ec85aa238
upgrade ntex 0.5 release
2022-01-17 03:51:59 +06:00
Yura Markin
74148e3ddf
update ntex 0.3.18 ( #2 )
2021-08-15 16:27:37 +06:00
Nikolay Kim
bb3816f002
update cookie dep
2021-03-06 16:39:37 +06:00
Nikolay Kim
94cc4b8ce1
fix tests
2021-02-25 21:17:23 +06:00
Nikolay Kim
2fb4ad8058
upgrade to ntex 0.3
2021-02-25 19:53:53 +06:00
Nikolay Kim
e8bca1605a
update msrv
2021-02-21 15:54:20 +06:00
Nikolay Kim
5da65b7b30
update ntex
2021-02-21 15:40:45 +06:00
Nikolay Kim
0c1b98a999
update reradme
2020-10-05 12:13:04 +06:00
Nikolay Kim
8bb852aa36
fmt
2020-10-05 12:08:26 +06:00
Nikolay Kim
3dd7dc68bd
prep cors release
2020-10-05 12:08:16 +06:00
Nikolay Kim
0a1e6d4c94
update license
2020-07-30 11:08:59 +06:00
Nikolay Kim
48c40506b0
update readme
2020-07-30 10:46:39 +06:00
Nikolay Kim
27236552ba
update ntex
2020-07-30 10:42:38 +06:00
Nikolay Kim
de001b0f25
fix deprecation warning and update multipartr tests
2020-05-12 12:13:22 +06:00
Nikolay Kim
7fdc863607
update ntex
2020-04-15 14:38:48 +06:00
Nikolay Kim
5671bf00d8
upgrade to release
2020-04-12 14:13:47 +06:00
Nikolay Kim
754d022802
update responder api
2020-04-12 05:16:02 +06:00
Nikolay Kim
062aceb570
update error usage
2020-04-12 03:08:22 +06:00
Nikolay Kim
3f7ae1ccb6
fix tests
2020-04-12 01:48:52 +06:00
Nikolay Kim
6abb5a40df
update ntex
2020-04-12 01:30:50 +06:00
Nikolay Kim
bf9bd1825d
update readme
2020-04-11 12:27:18 +06:00
Nikolay Kim
bdaacaaa08
clippy warnings
2020-04-11 12:23:40 +06:00
Nikolay Kim
e58d49570f
update gh actions
2020-04-11 12:11:30 +06:00
Nikolay Kim
6d2a26edf6
tune files errors
2020-04-11 12:10:07 +06:00
Nikolay Kim
3b1618604e
migrate files
2020-04-11 11:57:19 +06:00
Nikolay Kim
09598fa723
migrate multipart
2020-04-11 01:22:29 +06:00
Nikolay Kim
8d2e70094e
migrate session
2020-04-11 01:01:11 +06:00
Nikolay Kim
2a7d26b349
update ntex_identity
2020-04-11 00:24:21 +06:00
Nikolay Kim
f062c249bf
convert cors
2020-04-10 22:43:32 +06:00
Nikolay Kim
864f23c3be
remove unneeded code, rename packages
2020-04-10 15:12:10 +06:00
Nikolay Kim
deae1d103f
merge actix-web
2020-04-10 14:59:42 +06:00
krircc
69809a7048
add ntex-multipart ( #1 )
...
Co-authored-by: krircc <krircc@aliyun.com>
2020-04-05 10:28:02 +06:00
Nikolay Kim
c976ad1c3a
first commit
2020-04-05 10:11:19 +06:00
Yuki Okushi
fcb1dec235
Merge pull request #1431 from OSSystems/topic/explicit-features-requirements
...
Add explicit feature requirements for examples and tests
2020-03-28 10:58:00 +09:00
Otavio Salvador
7b7daa75a4
Add explicit feature requirements for examples and tests
...
This allow us to build 'actix-web' without default features and run all
tests.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-25 23:49:24 -03:00
Ivan Tham
2067331884
Refactor actix-codegen duplicate code ( #1423 )
...
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-20 04:40:42 +09:00
Yuki Okushi
bf630d9475
Merge pull request #1422 from OSSystems/topic/impl-error-more-types
...
Implement `std::error::Error` for our custom errors
2020-03-19 05:05:57 +09:00
Otavio Salvador
146ae4da18
Implement std::error::Error
for our custom errors
...
For allowing a more ergonomic use and better integration on the
ecosystem, this adds the `std::error::Error` `impl` for our custom
errors.
We intent to drop this hand made code once `derive_more` finishes the
addition of the Error derive support[1]. Until that is available, we
need to live with that.
1. https://github.com/JelteF/derive_more/issues/92
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-18 00:22:18 -03:00
Yuki Okushi
52c5755d56
Merge pull request #1421 from actix/JohnTitor-patch-1
...
Upload coverage on PRs
2020-03-18 06:16:41 +09:00
Yuki Okushi
5548c57a09
Upload coverage on PRs
2020-03-18 05:04:30 +09:00