Nikolay Kim
ded1e86e7e
Add ServiceRequest::set_payload() method
2019-05-22 21:25:51 -07:00
Nikolay Kim
babf48c550
fix NamedFile last-modified check #820
2019-05-22 21:21:12 -07:00
Nikolay Kim
d3e807f6e9
move Payload to inner http request
2019-05-22 11:49:27 -07:00
Nikolay Kim
7746e785c1
re-export Service and Transform traits
2019-05-22 11:20:37 -07:00
Nikolay Kim
4e141d7f5d
Merge branch 'master' of github.com:actix/actix-web
2019-05-22 11:18:42 -07:00
Nikolay Kim
12842871fe
Clear http requests pool on app service drop #860
2019-05-22 11:18:33 -07:00
Nikolay Kim
0ea3ad0797
Merge pull request #4 from hstefan/rustfmt
...
Normalizing code formatting based on actix-web style
2019-05-21 14:09:05 -07:00
Stefan Puhlmann
bf34d11a49
Normalizing code formatting based on actix-web style
2019-05-21 21:39:48 +02:00
Aliaksandr Rahalevich
fc85ae4014
small documentation fix ( #856 )
2019-05-21 10:43:18 -07:00
Nikolay Kim
5b138af1b9
Merge pull request #3 from hstefan/actix-web-1.0
...
Making library compatible with actix-web 1.0
2019-05-19 08:36:37 -07:00
Harry Stern
5826f39dbe
Add set_json
method to TestRequest ( #851 )
...
- Takes a type which implements serde::Serialize, serializes it to JSON,
and sets it as the payload. The content-type is also set to JSON.
2019-05-18 19:36:28 -07:00
Stefan Puhlmann
f438f80d12
bumping to actix-web 1.0.0-rc
2019-05-19 00:05:33 +02:00
Stefan Puhlmann
34f48cd24a
bumping version to 0.4.0
2019-05-18 22:30:52 +02:00
Nikolay Kim
c7266e3ddd
prepare release
2019-05-18 11:24:26 -07:00
Nikolay Kim
8ff56d7cd5
prepare actix-session release
2019-05-18 11:20:09 -07:00
Nikolay Kim
0843bce7ba
prepare actix-multipart
2019-05-18 11:15:58 -07:00
Nikolay Kim
dea0e0a721
update actix-server dep
2019-05-18 11:00:33 -07:00
Herbert Jones
e857ab1f81
HttpServer::shutdown_timeout u16 to u64 ( #849 )
...
Increase maximum graceful shutdown time from 18 hours.
For issue #848 .
2019-05-18 10:50:35 -07:00
Nikolay Kim
0dda4b06ea
prepare release
2019-05-18 10:49:59 -07:00
Nikolay Kim
cbe0226177
update changes
2019-05-18 10:47:08 -07:00
Stefan Puhlmann
99e70db94b
updating actix-web version and removing travil config
2019-05-18 19:29:09 +02:00
Nikolay Kim
e8c8626878
update deps
2019-05-18 09:54:23 -07:00
Stefan Puhlmann
90648058b4
updating example
2019-05-18 14:37:17 +02:00
Stefan Puhlmann
5ab0474781
Making library compatible with actix-web 1.0
2019-05-18 14:37:06 +02:00
Miles Granger
4b215e0839
Support Query<T>::from_query() ( #846 )
2019-05-17 13:10:46 -07:00
svartalf
cac6894ddd
Experimental middleware for HTTP auth -- alpha.2 version
2019-05-17 17:28:57 +03:00
Nikolay Kim
e1ff3bf8fa
fix resource match with params #841
2019-05-15 10:31:40 -07:00
Glade Miller
80f4ef9aac
When using codegen with paths that have parameters then only the first endpoint resolves ( #842 )
2019-05-15 09:21:07 -07:00
svartalf
1c1e7f672b
Badges!
2019-05-15 17:47:49 +03:00
svartalf
7a9b3924cb
Upgrage to the actix-web 1.0 -- alpha.1 version
2019-05-15 17:38:55 +03:00
Davide Di Carlo
bba90d7f22
Query config ( #839 )
...
* add QueryConfig
* expose QueryConfig in web module
* fmt
* use associated type for QueryConfig
* update CHANGES.md
2019-05-14 13:54:30 -07:00
Nikolay Kim
f8af3b86e5
export set_date
2019-05-14 08:48:11 -07:00
Nikolay Kim
38d4bdb8aa
update dependencies
2019-05-12 21:36:05 -07:00
Davide Di Carlo
6c3d8b8738
Make JsonConfig send ( #830 )
...
* replace Rc with Arc
* add Send trait requirement for Fn in JsonConfig error handler
* add Sync trait requirement for Fn in JsonConfig error handler
* use associated type inside JsonConfig
* fix lint: members in the impl has the same order in the trait
* Update CHANGES.md
2019-05-12 20:04:08 -07:00
Nikolay Kim
5a90e33bcc
update deps
2019-05-12 12:01:24 -07:00
Nikolay Kim
86b569e320
version
2019-05-12 11:56:01 -07:00
Nikolay Kim
2350a2dc68
Handle cancellation of uploads #834 #736
2019-05-12 11:43:05 -07:00
Nikolay Kim
36d017dcc6
update deps
2019-05-12 11:41:43 -07:00
Nikolay Kim
3bb081852c
prep actix-session release
2019-05-12 10:53:21 -07:00
Nikolay Kim
1ca58e876b
prepare beta4 release
2019-05-12 10:49:21 -07:00
Nikolay Kim
e9cbcbaf03
update dependencies
2019-05-12 10:18:02 -07:00
Nikolay Kim
07c9eec803
prepare awc release
2019-05-12 10:04:38 -07:00
Nikolay Kim
beae9ca0f7
update changes
2019-05-12 09:57:16 -07:00
Nikolay Kim
07b9707ca1
prepare actix-http release
2019-05-12 09:56:55 -07:00
Nikolay Kim
45c05978b0
Allow to set/override app data on scope level
2019-05-12 09:42:05 -07:00
Nikolay Kim
df08baf67f
update actix-net dependencies
2019-05-12 08:34:51 -07:00
Nikolay Kim
4066375737
Update CHANGES.md
2019-05-10 14:45:30 -07:00
Nikolai Vazquez
a77b0b054a
Make App::configure
take an FnOnce
( #825 )
2019-05-10 14:44:49 -07:00
Nikolay Kim
a17ff492a1
fix formatting
2019-05-04 22:18:59 -07:00
Nikolay Kim
33b4c05557
add payload stream migration entry
2019-05-04 22:18:02 -07:00