Nikolay Kim
|
73bf2068aa
|
allow to use NamedFile with any request method
|
2018-03-15 16:55:22 -07:00 |
|
Nikolay Kim
|
824244622f
|
update test
|
2018-03-07 17:42:57 -08:00 |
|
Nikolay Kim
|
42d2a29b1d
|
non-blocking processing for NamedFile
|
2018-03-07 17:40:13 -08:00 |
|
Nikolay Kim
|
32b5544ad9
|
port hyper header
|
2018-03-06 00:43:25 -08:00 |
|
Nikolay Kim
|
05e49e893e
|
allow only GET and HEAD for NamedFile
|
2018-03-05 14:04:30 -08:00 |
|
Nikolay Kim
|
c8844425ad
|
Enable compression support for NamedFile
|
2018-03-05 13:31:30 -08:00 |
|
Nikolay Kim
|
206c4e581a
|
rename httpcodes
|
2018-03-01 19:12:59 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Christopher Armstrong
|
81e4fb9353
|
Avoid using Path to calculate URIs, because it doesn't do the right thing on Windows (#67)
Redirecting to index files now always uses `/` instead of backslash on windows.
|
2018-02-07 15:31:09 -06:00 |
|
Nikolay Kim
|
b6a394a113
|
added StaticFiles::inex_file config
|
2018-01-29 03:23:45 -08:00 |
|
Nikolay Kim
|
b805d87ee7
|
no need for custom cookie module
|
2018-01-13 11:33:42 -08:00 |
|
belltoy
|
781282897a
|
fix directory entry path
|
2018-01-13 08:37:27 +00:00 |
|
Nikolay Kim
|
8a96e8fdd0
|
disable compression for static files
|
2018-01-11 23:49:53 -08:00 |
|
Nikolay Kim
|
f0fdcc9936
|
handle application prefix for handlers; use handler for StaticFiles
|
2018-01-02 15:23:31 -08:00 |
|
Nikolay Kim
|
cf8c2ca95e
|
refactor Handler trait, use mut self
|
2017-12-26 09:00:45 -08:00 |
|
Nikolay Kim
|
c98d320f8c
|
rename FromRequest trait to Responder
|
2017-12-14 09:43:42 -08:00 |
|
Nikolay Kim
|
0f75d066f2
|
simplify Application creation; update url dispatch guide section
|
2017-12-11 14:16:29 -08:00 |
|
Nikolay Kim
|
3e91b06241
|
fix static files
|
2017-12-08 12:29:28 -08:00 |
|
Nikolay Kim
|
968f5d39d6
|
added external resources; refactor route recognizer
|
2017-12-07 16:22:26 -08:00 |
|
Nikolay Kim
|
c63f058647
|
simplify application creation
|
2017-12-06 11:00:39 -08:00 |
|
Nikolay Kim
|
87c7441f7d
|
remove Applicaiton::route, resource is enough
|
2017-12-06 08:03:08 -08:00 |
|
Nikolay Kim
|
e332c1242f
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
|
Nikolay Kim
|
5decff9154
|
added fs tests
|
2017-12-03 18:15:09 -08:00 |
|
Nikolay Kim
|
69f0c098e3
|
check show_index
|
2017-12-03 16:58:31 -08:00 |
|
Nikolay Kim
|
5abc46034a
|
refactor static files
|
2017-12-03 16:57:25 -08:00 |
|
Nikolay Kim
|
7c6faaa8e0
|
add Item and Error to FromRequest trait
|
2017-12-03 14:22:04 -08:00 |
|
Nikolay Kim
|
fb3185de94
|
rename module
|
2017-12-02 16:47:02 -08:00 |
|