Nikolay Kim
|
084104d058
|
update doc strings for extractors
|
2018-04-06 10:24:57 -07:00 |
|
Nikolay Kim
|
2c411a04a9
|
no need for export in doc example
|
2018-04-06 10:15:06 -07:00 |
|
Nikolay Kim
|
af0c8d893d
|
add shortcut method for client requests
|
2018-04-06 10:09:31 -07:00 |
|
Nikolay Kim
|
691457fbfe
|
update tests
|
2018-04-06 09:45:10 -07:00 |
|
Nikolay Kim
|
2dafd9c681
|
do not re-export HttpServer from server module
|
2018-04-06 08:40:11 -07:00 |
|
Nikolay Kim
|
6c55501252
|
client connector wait timeout
|
2018-04-05 18:33:58 -07:00 |
|
Nikolay Kim
|
800f711cc1
|
add PayloadConfig
|
2018-04-04 21:13:48 -07:00 |
|
Nikolay Kim
|
7be4b1f399
|
clippy warns
|
2018-04-04 20:24:09 -07:00 |
|
Nikolay Kim
|
eeae0ddab4
|
start client timeout for response only
|
2018-04-04 20:15:47 -07:00 |
|
Nikolay Kim
|
d8a9606162
|
add connection limits to pool
|
2018-04-04 16:39:01 -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
|
fee30d6f47
|
fix doc test compatibility
|
2018-04-02 22:01:20 -07:00 |
|
Nikolay Kim
|
476b1fb36a
|
simplify DefaultHeaders middleware
|
2018-04-02 21:43:50 -07:00 |
|
Nikolay Kim
|
3b93bff602
|
add ErrorHandlers middleware
|
2018-04-02 21:37:00 -07:00 |
|
Nikolay Kim
|
d292c5023f
|
add String and Bytes extractor
|
2018-04-02 16:19:18 -07:00 |
|
Nikolay Kim
|
ef6f310060
|
update urlencoded example in guide
|
2018-04-02 15:08:49 -07:00 |
|
Nikolay Kim
|
a6cbdde43f
|
add extractor for Binary type; move all extractors to separate module
|
2018-04-02 14:55:42 -07:00 |
|
Nikolay Kim
|
cbf4c61eb5
|
add urlencoded body extractor
|
2018-04-02 14:00:18 -07:00 |
|
Nikolay Kim
|
280c8d87f8
|
expose ResourceType
|
2018-04-02 11:18:31 -07:00 |
|
Nikolay Kim
|
83bf852192
|
Fix logger request duration calculation
|
2018-04-02 11:09:24 -07:00 |
|
Nikolay Kim
|
6c906b08e1
|
match resource path before executing middlewares
|
2018-04-02 10:27:37 -07:00 |
|
Nikolay Kim
|
17c27ef42d
|
HttpRequest::resource() returns current matched resource
|
2018-04-01 17:37:22 -07:00 |
|
Nikolay Kim
|
97e2bcd055
|
allow primitive types for Path extractor
|
2018-03-31 17:12:08 -07:00 |
|
Nikolay Kim
|
23cfa649f4
|
update tests
|
2018-03-31 10:21:54 -07:00 |
|
Nikolay Kim
|
8791c0f880
|
simplify With handlers
|
2018-03-31 09:58:33 -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
|
8d8f6bedad
|
update examples
|
2018-03-30 18:54:38 -07:00 |
|
Nikolay Kim
|
9e751de707
|
re-arrange modules and exports
|
2018-03-30 17:31:18 -07:00 |
|
Nikolay Kim
|
b16419348e
|
add from HttpRequest to a HttpRequestBuilder
|
2018-03-30 14:30:24 -07:00 |
|
Nikolay Kim
|
3ccaa04575
|
unhide AsyncResponder; remove unused code
|
2018-03-30 09:34:03 -07:00 |
|
Nikolay Kim
|
145010a2b0
|
use unreachable instead of panic
|
2018-03-29 15:55:27 -07:00 |
|
Nikolay Kim
|
3e98177fad
|
added State extractor
|
2018-03-29 15:41:13 -07:00 |
|
Nikolay Kim
|
d24752d9bc
|
update example in readme
|
2018-03-29 15:07:12 -07:00 |
|
Nikolay Kim
|
92fe2e96de
|
update doc strings
|
2018-03-29 15:00:18 -07:00 |
|
Nikolay Kim
|
3cf54bc0fd
|
proper serde deserializer implementation for path
|
2018-03-29 14:30:45 -07:00 |
|
Nikolay Kim
|
86dd732704
|
use FromRequest instead of HttpRequestExtractor
|
2018-03-29 13:12:28 -07:00 |
|
Nikolay Kim
|
dfd8f1058e
|
move NormalizePath type to separate module
|
2018-03-29 11:39:21 -07:00 |
|
Nikolay Kim
|
f5636f321b
|
drop deprecated code
|
2018-03-29 11:06:44 -07:00 |
|
Nikolay Kim
|
ae6c9cb7fa
|
re-arrange exports, some doc string updates
|
2018-03-29 10:44:26 -07:00 |
|
Nikolay Kim
|
32052c2750
|
update guide
|
2018-03-29 10:01:07 -07:00 |
|
Nikolay Kim
|
7d6deab9fb
|
drop request's extract_xxx methods
|
2018-03-29 09:26:01 -07:00 |
|
Nikolay Kim
|
9e61c67128
|
do not re-export Version
|
2018-03-28 22:00:36 -07:00 |
|
Nikolay Kim
|
13bb5f20d2
|
fix export name
|
2018-03-28 21:58:08 -07:00 |
|
Nikolay Kim
|
d14991ec96
|
update doc strings
|
2018-03-28 21:49:50 -07:00 |
|
Nikolay Kim
|
45dec8d0c0
|
optimize with and with2 method impls and tests
|
2018-03-28 21:33:40 -07:00 |
|
Nikolay Kim
|
90e3aaaf8a
|
fix router cannot parse Non-ASCII characters in URL #137
|
2018-03-28 16:10:58 -07:00 |
|
Nikolay Kim
|
4f7d45ee9c
|
remove unneeded import
|
2018-03-28 14:38:01 -07:00 |
|