Nikolay Kim
|
a41459bf69
|
make payload generic
|
2019-02-12 11:07:42 -08:00 |
|
Nikolay Kim
|
a7a2d4cf5c
|
fix warns
|
2019-02-07 19:53:48 -08:00 |
|
Nikolay Kim
|
cd83553db7
|
simplify payload api; add missing http error helper functions
|
2019-02-07 11:37:33 -08:00 |
|
Nikolay Kim
|
55a29d3778
|
add h2 server support
|
2019-02-06 11:44:15 -08:00 |
|
Nikolay Kim
|
c3d3e8b465
|
move TestServer to separate crate
|
2019-01-27 11:07:48 -08:00 |
|
Nikolay Kim
|
9f4d48f7a1
|
update tests
|
2018-12-06 15:03:01 -08:00 |
|
Nikolay Kim
|
e9121025b7
|
convert to 2018 edition
|
2018-12-06 14:32:52 -08:00 |
|
Nikolay Kim
|
c368abdf5f
|
remove Json type
|
2018-10-06 20:34:19 -07:00 |
|
Nikolay Kim
|
8c2244dd88
|
rename HttpResponse
|
2018-10-05 11:04:59 -07:00 |
|
Nikolay Kim
|
829dbae609
|
cleanups and tests
|
2018-10-04 21:14:18 -07:00 |
|
Nikolay Kim
|
6aa2de7b8d
|
remove actix-web artifacts
|
2018-10-04 17:00:27 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -07:00 |
|
Nikolay Kim
|
eb1e9a785f
|
allow to use fn with multiple arguments with .with()/.with_async()
|
2018-08-16 20:29:06 -07:00 |
|
Nikolay Kim
|
3373847a14
|
allocate buffer for request payload extractors
|
2018-07-16 00:40:22 +06:00 |
|
Nikolay Kim
|
6fd686ef98
|
cleanup warnings
|
2018-07-04 21:01:27 +06:00 |
|
Nikolay Kim
|
fec6047ddc
|
refactor HttpRequest mutability
|
2018-07-02 23:35:32 +06:00 |
|
Nikolay Kim
|
65ca563579
|
use read only self for Middleware
|
2018-06-21 23:06:23 +06:00 |
|
Nikolay Kim
|
b7d813eeba
|
update tests
|
2018-06-21 12:04:00 +06:00 |
|
Nikolay Kim
|
c8930b7b6b
|
fix rustfmt formatting
|
2018-06-01 10:27:23 -07:00 |
|
Nikolay Kim
|
3f5a39a5b7
|
cargo fmt
|
2018-06-01 09:37:14 -07:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
f37880d89c
|
refactor Responder trait
|
2018-05-04 11:44:22 -07:00 |
|
Nikolay Kim
|
76b644365f
|
use read only ref for FromRequest; remove unnecessary static
|
2018-05-02 06:07:30 -07:00 |
|
Nikolay Kim
|
8d65468c58
|
refactor FromRequest trait
|
2018-05-01 17:19:15 -07:00 |
|
Nikolay Kim
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nikolay Kim
|
a826d113ee
|
add custom request path quoter #182
|
2018-04-17 12:55:13 -07:00 |
|
Nikolay Kim
|
5140fea8d1
|
allow to use castom error handler for json extractor
|
2018-04-13 19:10:42 -07:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
94c5bb5cdd
|
add helper method for returning inner value
|
2018-04-12 15:55:15 -07:00 |
|
Nikolay Kim
|
084104d058
|
update doc strings for extractors
|
2018-04-06 10:24:57 -07:00 |
|
Nikolay Kim
|
df21892b5b
|
added extractor configuration
|
2018-04-03 22:06:18 -07:00 |
|
Nikolay Kim
|
a255a6fb69
|
use build_response method
|
2018-04-03 17:37:17 -07:00 |
|
Nikolay Kim
|
d292c5023f
|
add String and Bytes extractor
|
2018-04-02 16:19:18 -07:00 |
|
Nikolay Kim
|
cbf4c61eb5
|
add urlencoded body extractor
|
2018-04-02 14:00:18 -07:00 |
|
Nikolay Kim
|
23cfa649f4
|
update tests
|
2018-03-31 10:21:54 -07:00 |
|
Nikolay Kim
|
16c212f853
|
add extractors info to guide
|
2018-03-31 09:18:25 -07:00 |
|
Nikolay Kim
|
3ee228005d
|
rename Application
|
2018-03-31 00:16:55 -07:00 |
|
Nikolay Kim
|
44e3df82f6
|
simplify http response construction; deprecate httpcodes
|
2018-03-30 23:07:33 -07:00 |
|
Nikolay Kim
|
9e751de707
|
re-arrange modules and exports
|
2018-03-30 17:31:18 -07:00 |
|
Nikolay Kim
|
86dd732704
|
use FromRequest instead of HttpRequestExtractor
|
2018-03-29 13:12:28 -07:00 |
|
Nikolay Kim
|
ae6c9cb7fa
|
re-arrange exports, some doc string updates
|
2018-03-29 10:44:26 -07:00 |
|
Nikolay Kim
|
45dec8d0c0
|
optimize with and with2 method impls and tests
|
2018-03-28 21:33:40 -07:00 |
|
Nikolay Kim
|
65700281e8
|
add support for multiple extractors
|
2018-03-28 14:24:32 -07:00 |
|
Nikolay Kim
|
4358da9926
|
refactor WithHandler trait
|
2018-03-27 20:33:24 -07:00 |
|
Nikolay Kim
|
dcc5eb7ace
|
pass request as value
|
2018-03-26 23:34:31 -07:00 |
|
Nikolay Kim
|
2f60a4b89d
|
add handler with exatractor
|
2018-03-26 23:10:31 -07:00 |
|
Nikolay Kim
|
6c709b33cc
|
return error on write zero bytes
|
2018-03-10 10:42:46 -08:00 |
|
Nikolay Kim
|
71b4c07ea4
|
Fix json content type detection
|
2018-03-10 10:27:29 -08:00 |
|
Nikolay Kim
|
206c4e581a
|
rename httpcodes
|
2018-03-01 19:12:59 -08:00 |
|