jrconlin
|
246eafb8d2
|
Merge branch 'master' of https://github.com/actix/actix-web into feat/432
|
2018-08-01 09:36:08 -07:00 |
|
jrconlin
|
dca4c110dd
|
feature: allow TestServer to open a websocket on any URL
* added `TestServer::ws_at(uri_str)`
* modified `TestServer::ws()` to call `self.ws_at("/")` to preserve
behavior
Closes #432
|
2018-08-01 09:30:27 -07:00 |
|
Nikolay Kim
|
58230b15b9
|
use one thread for accept loop; refactor rust-tls support
|
2018-07-31 19:51:26 -07:00 |
|
Nikolay Kim
|
3bd43090fb
|
use new gzdecoder, fixes gz streaming #228
|
2018-07-31 09:06:05 -07:00 |
|
Marat Safin
|
196da6d570
|
add rustls
|
2018-07-30 08:21:12 +03:00 |
|
Nikolay Kim
|
6b10e1eff6
|
rename PayloadHelper
|
2018-07-18 10:01:28 +06:00 |
|
Douman
|
29a275b0f5
|
Session should write percent encoded cookies and add cookie middleware test (#393)
* Should write percent encoded cookies to HTTP response
* Add cookie middleware test
|
2018-07-17 08:38:18 +03:00 |
|
Nikolay Kim
|
22385505a3
|
clippy warnings and fmt
|
2018-07-16 11:17:45 +06:00 |
|
Douman
|
7d753eeb8c
|
Private serde fork (#390)
* Fork serde_urlencoded
* Apply enum PR https://github.com/nox/serde_urlencoded/pull/30
* Add test to verify enum in query
* Docs are updated to show example of how to use enum.
|
2018-07-13 09:59:09 +03:00 |
|
Nikolay Kim
|
a5f7a67b4d
|
clippy warnings
|
2018-07-06 08:24:44 +06:00 |
|
Nikolay Kim
|
185e710dc8
|
do not drop content-encoding header in case of identity #363
|
2018-07-06 08:24:36 +06:00 |
|
Nikolay Kim
|
9070d59ea8
|
do not read head payload
|
2018-07-06 08:11:36 +06:00 |
|
Douman
|
67e4cad281
|
Introduce method to set header if it is missing only (#364)
Also let default headers use it.
Closes #320
|
2018-07-05 19:27:18 +03:00 |
|
Nikolay Kim
|
80339147b9
|
call disconnect on write error
|
2018-07-05 12:50:54 +06:00 |
|
Nikolay Kim
|
fec6047ddc
|
refactor HttpRequest mutability
|
2018-07-02 23:35:32 +06:00 |
|
Nikolay Kim
|
c0cdc39ba9
|
do not store cookies on client response
|
2018-06-24 22:21:04 +06:00 |
|
Nikolay Kim
|
65ca563579
|
use read only self for Middleware
|
2018-06-21 23:06:23 +06:00 |
|
Nikolay Kim
|
58d1f4a4aa
|
switch to actix master
|
2018-06-21 13:34:36 +06:00 |
|
Nikolay Kim
|
b7d813eeba
|
update tests
|
2018-06-21 12:04:00 +06:00 |
|
Nikolay Kim
|
ebc59cf7b9
|
add unsafe checks #331
|
2018-06-21 11:20:21 +06:00 |
|
Nikolay Kim
|
247e8727cb
|
ClientBody is not needed
|
2018-06-19 10:15:16 +06:00 |
|
Nikolay Kim
|
8261cf437d
|
update actix api
|
2018-06-13 23:37:19 -07:00 |
|
Dursun Akkurt
|
0a080d9fb4
|
add test for form extractor
|
2018-06-13 01:33:28 +03:00 |
|
Dursun Akkurt
|
ed7cbaa772
|
fix form_extractor test
|
2018-06-12 23:04:54 +03:00 |
|
Dursun Akkurt
|
e6bbda0efc
|
add serialize
|
2018-06-12 22:42:15 +03:00 |
|
Dursun Akkurt
|
94283a73c2
|
make into_string, to_string
|
2018-06-12 22:31:33 +03:00 |
|
Dursun Akkurt
|
ffca416463
|
add test for ClientRequestBuilder::form()
|
2018-06-12 22:16:20 +03:00 |
|
Nikolay Kim
|
818d0bc187
|
new StreamHandler impl
|
2018-06-09 07:53:46 -07:00 |
|
Nikolay Kim
|
5004821cda
|
Merge branch 'master' into user-agent
|
2018-06-04 14:04:45 -07:00 |
|
Nikolay Kim
|
984791187a
|
Middleware::response is not invoked if error result was returned by another Middleware::start #255
|
2018-06-04 13:42:47 -07:00 |
|
François Mockers
|
ca3fb11f8b
|
add actix-web version in header
|
2018-06-04 08:15:04 +02:00 |
|
François Mockers
|
86be54df71
|
add default value for header User-Agent in requests
|
2018-06-03 15:48:00 +02:00 |
|
Josh Leeb-du Toit
|
9c9eb62031
|
Update Middleware trait to use &mut self
|
2018-06-02 16:47:18 +10:00 |
|
Nikolay Kim
|
8f42fec9b2
|
stable compat
|
2018-06-01 12:17:13 -07:00 |
|
Nikolay Kim
|
3e0a71101c
|
drop with2 and with3
|
2018-06-01 10:54:23 -07:00 |
|
Nikolay Kim
|
a64205e502
|
refactor TransferEncoding; allow to use client api with threaded tokio runtime
|
2018-05-29 16:32:39 -07:00 |
|
Nikolay Kim
|
844be8d9dd
|
fix ssl test server
|
2018-05-29 10:59:24 -07:00 |
|
Nikolay Kim
|
ecd05662c0
|
use new actix system api
|
2018-05-29 10:31:37 -07:00 |
|
Nikolay Kim
|
690169db89
|
migrate to tokio
|
2018-05-24 21:03:16 -07:00 |
|
Nikolay Kim
|
68eb2f26c9
|
Allow to use path without traling slashes for scope registration #241
|
2018-05-23 13:21:29 -07:00 |
|
Nikolay Kim
|
db0091ba6f
|
disable server test for windows
|
2018-05-21 21:01:52 -07:00 |
|
Nikolay Kim
|
577a509875
|
increase delay
|
2018-05-21 16:12:33 -07:00 |
|
Nikolay Kim
|
14d1b8e2b6
|
prepare release
|
2018-05-20 21:09:54 -07:00 |
|
Nikolay Kim
|
082ff46041
|
Fix scope resource path extractor #234
|
2018-05-20 17:04:23 -07:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
b393ddf879
|
fix panic during middleware execution #226
|
2018-05-16 11:00:29 -07:00 |
|
Nikolay Kim
|
18575ee1ee
|
Add Router::with_async() method for async handler registration
|
2018-05-09 16:27:31 -07:00 |
|
Nikolay Kim
|
47d80382b2
|
Fix http/2 payload streaming #215
|
2018-05-08 15:44:50 -07:00 |
|
Nikolay Kim
|
a817ddb57b
|
add variable segments support for scope prefix
|
2018-05-07 13:50:43 -07:00 |
|
Nikolay Kim
|
fa81d97004
|
more handler tests
|
2018-05-06 20:05:31 -07:00 |
|