Nikolay Kim
|
7fed50bcae
|
refactor response body management
|
2018-11-17 20:21:28 -08:00 |
|
Nikolay Kim
|
625469f0f4
|
refactor decoder
|
2018-11-16 19:28:07 -08:00 |
|
Nikolay Kim
|
537144f0b9
|
add http client connector service
|
2018-11-11 23:12:54 -08:00 |
|
Nikolay Kim
|
09c94cb06b
|
add client http codec; websockets client
|
2018-10-22 18:18:05 -07:00 |
|
Nikolay Kim
|
9b94eaa6a8
|
ws services
|
2018-10-22 09:59:20 -07:00 |
|
Nikolay Kim
|
b960b5827c
|
export Uri
|
2018-10-11 20:15:10 -07:00 |
|
Nikolay Kim
|
431e33acb2
|
add Date header to response
|
2018-10-08 10:14:29 -07:00 |
|
Nikolay Kim
|
25af82c45a
|
cleanup dependencies
|
2018-10-06 21:17:27 -07:00 |
|
Nikolay Kim
|
87b83a3403
|
update tests, remove unused deps
|
2018-10-06 21:07:32 -07:00 |
|
Nikolay Kim
|
c368abdf5f
|
remove Json type
|
2018-10-06 20:34:19 -07:00 |
|
Nikolay Kim
|
7e135b798b
|
add websocket transport and test
|
2018-10-05 14:30:40 -07:00 |
|
Nikolay Kim
|
8c2244dd88
|
rename HttpResponse
|
2018-10-05 11:04:59 -07:00 |
|
Nikolay Kim
|
d53f3d7187
|
re-enable websockets
|
2018-10-05 10:20:49 -07:00 |
|
Nikolay Kim
|
2e27d77740
|
fix connection keepalive support
|
2018-10-05 10:03:10 -07:00 |
|
Nikolay Kim
|
fbf67544e5
|
remove unused code
|
2018-10-05 08:03:25 -07:00 |
|
Nikolay Kim
|
c24a8f4c2d
|
remove high level apis
|
2018-10-05 07:02:09 -07:00 |
|
Nikolay Kim
|
7fdc18f9b9
|
calculate response parameters
|
2018-10-04 23:39:11 -07:00 |
|
Nikolay Kim
|
829dbae609
|
cleanups and tests
|
2018-10-04 21:14:18 -07:00 |
|
Nikolay Kim
|
4ca711909b
|
refactor types
|
2018-10-04 20:02:10 -07:00 |
|
Nikolay Kim
|
b15b2dda22
|
remove ServerSettings
|
2018-10-04 17:34:57 -07:00 |
|
Nikolay Kim
|
6aa2de7b8d
|
remove actix-web artifacts
|
2018-10-04 17:00:27 -07:00 |
|
Nikolay Kim
|
13b0ee7355
|
stopping point
|
2018-10-04 16:22:00 -07:00 |
|
Nikolay Kim
|
127af92541
|
clippy warnings
|
2018-10-01 21:16:56 -07:00 |
|
Nikolay Kim
|
91af3ca148
|
simplify h1 dispatcher
|
2018-10-01 19:18:24 -07:00 |
|
Nikolay Kim
|
6a61138bf8
|
enable ssl feature
|
2018-09-27 18:33:29 -07:00 |
|
Nikolay Kim
|
1907102685
|
switch to actix-net server
|
2018-09-27 18:33:29 -07:00 |
|
Nikolay Kim
|
002bb24b26
|
unhide SessionBackend and SessionImpl traits and cleanup warnings
|
2018-09-07 20:46:43 -07:00 |
|
Nikolay Kim
|
810995ade0
|
fix tokio-tls dependency #480
|
2018-08-23 10:10:13 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -07:00 |
|
Douman
|
986f19af86
|
Revert back to serde_urlencoded dependecy (#479)
|
2018-08-21 22:23:17 +03:00 |
|
Kornel
|
bdc9a8bb07
|
Optionally support tokio-uds's UnixStream as IoStream (#472)
|
2018-08-17 19:04:15 +03:00 |
|
Douman
|
248bd388ca
|
Improve HTTP server docs (#470)
|
2018-08-16 16:11:15 +03:00 |
|
Nikolay Kim
|
2e8d67e2ae
|
upgrade native-tls package
|
2018-08-09 13:08:59 -07:00 |
|
Marat Safin
|
196da6d570
|
add rustls
|
2018-07-30 08:21:12 +03:00 |
|
Douman
|
6048817ba7
|
Correct flate feature names in documentation
|
2018-07-25 20:22:18 +03:00 |
|
Douman
|
2988a84e5f
|
Expose leaked private ContentDisposition (#406)
|
2018-07-19 20:03:45 +03:00 |
|
Nikolay Kim
|
6b10e1eff6
|
rename PayloadHelper
|
2018-07-18 10:01:28 +06:00 |
|
Nikolay Kim
|
2a8c2fb55e
|
export Payload
|
2018-07-16 12:14:24 +06:00 |
|
Nikolay Kim
|
22385505a3
|
clippy warnings and fmt
|
2018-07-16 11:17:45 +06:00 |
|
Nikolay Kim
|
9570c1cccd
|
rename RouteInfo
|
2018-07-15 16:25:56 +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
|
b8b90d9ec9
|
rename ResourceHandler to Resource
|
2018-07-12 15:30:01 +06:00 |
|
Diggory Blake
|
85012f947a
|
Remove reimplementation of LazyCell
|
2018-07-06 22:28:08 +01:00 |
|
Nikolay Kim
|
4c5a63965e
|
use new actix context api
|
2018-07-04 17:04:23 +06:00 |
|
Nikolay Kim
|
fec6047ddc
|
refactor HttpRequest mutability
|
2018-07-02 23:35:32 +06:00 |
|
Gowee
|
0be5448597
|
Properly escape special characters in fs/directory_listing. (#355)
|
2018-06-30 15:01:48 +03:00 |
|
Nikolay Kim
|
4fadff63f4
|
Use Box::leak for dynamic param names
|
2018-06-23 09:57:03 +06:00 |
|
Armin Ronacher
|
7bc7b4839b
|
Switch from fnv to a identity hasher in extensions (#342)
|
2018-06-22 11:32:32 +02:00 |
|
Armin Ronacher
|
dda6ee95df
|
Changes the router to use atoms internally (#341)
|
2018-06-22 09:33:32 +02:00 |
|
Nikolay Kim
|
765c38e7b9
|
remove libc dependency
|
2018-06-22 11:47:33 +06:00 |
|