Nikolay Kim
fdb7419e24
use actix-web from master
2018-04-06 14:11:04 -07:00
Nikolay Kim
691457fbfe
update tests
2018-04-06 09:45:10 -07:00
Daniel Holbert
8219a7aebe
Use https (not http) url for meritbadge
...
Right now this readme file uses an HTTP url to reference a meritbadge image, which ends up producing "broken https" UI on the crates.io page https://crates.io/crates/actix-web . This patch just upgrades this to an HTTPS url (which still works), to avoid that problem. (Literally a 1-character change, changing "http" to "https" in "http://meritbadge.herokuapp.com/actix-web ")
2018-04-02 10:44:46 -07:00
Nikolay Kim
a5a36ff194
update readme example
2018-03-31 17:15:44 -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
46b9a9c887
update readme
2018-03-12 09:13:04 -07:00
Nikolay Kim
db1e04e418
prepare release
2018-03-09 05:42:42 -08:00
Nikolay Kim
2068eee669
update readme
2018-03-08 20:58:05 -08:00
Nikolay Kim
77a111b95c
prepare release
2018-03-07 21:28:54 -08:00
Nikolay Kim
b950d6997d
add csrf link to readme
2018-03-07 11:31:02 -08:00
Nikolay Kim
4aaf9f08f8
update readme
2018-02-28 22:31:54 -08:00
Nikolay Kim
0335fde3f9
Update README.md
2018-02-28 16:58:05 -08:00
Mustafa Paltun
33c935dccc
Fix typos in README
2018-02-28 01:13:59 +02:00
Nikolay Kim
aac9b5a97c
update readme
2018-02-27 12:49:11 -08:00
Nikolay Kim
7b0e1642b6
add techempower benchmark link
2018-02-15 09:53:09 -08:00
Nikolay Kim
e41b175e3d
Update README.md
2018-01-31 06:40:00 -08:00
Nikolay Kim
db39f122be
Update README.md
2018-01-31 06:37:37 -08:00
Nikolay Kim
afd2dc4666
Update README.md
2018-01-31 06:36:15 -08:00
Nikolay Kim
cba7e426a5
Update README.md
2018-01-31 06:35:47 -08:00
Nikolay Kim
01e7cc9620
Update README.md
2018-01-31 06:34:50 -08:00
Nikolay Kim
c446be48e3
min rust version 1.21
2018-01-27 10:58:09 -08:00
Nikolay Kim
1957469061
code of conduct
2018-01-21 15:29:02 -08:00
Nikolay Kim
a9c71b2894
add link to cors middleware
2018-01-12 13:10:12 -08:00
Nikolay Kim
584d0c9e99
Merge branch 'master' of github.com:actix/actix-web
2018-01-09 10:08:14 -08:00
Nikolay Kim
a159a9cd6e
cleanup doc tests
2018-01-09 10:08:06 -08:00
ami44
41c94a1220
fix url
2018-01-08 19:10:47 +01:00
Nikolay Kim
d696c1692e
Merge branch 'master' of github.com:actix/actix-web
2018-01-07 19:10:55 -08:00
Nikolay Kim
f90bc0caae
do no stop on write_eof
2018-01-07 19:10:42 -08:00
Nikolay Kim
513fcd4a47
Update README.md
2018-01-07 08:33:06 -08:00
Nikolay Kim
3ed9e872ad
subscriber to os signals automatically
2018-01-05 16:32:36 -08:00
Nikolay Kim
9e6d090fd0
update readme example
2018-01-02 19:57:25 -08:00
ami44
7962d28a6d
move examples/websocket.rs to examples/websocket
2017-12-30 21:47:39 +01:00
ami44
c998c75515
move examples/state.rs to examples/state
2017-12-30 21:08:54 +01:00
ami44
df393df547
move example/basic.rs to examples/basic
2017-12-30 16:50:17 +01:00
ami44
e93af57fa7
add json example link
2017-12-30 16:07:39 +01:00
Nikolay Kim
308df19865
update readme
2017-12-28 16:27:08 -08:00
Nikolay Kim
556de72932
add server spawn method
2017-12-27 17:49:10 -08:00
Nikolay Kim
030a70841a
add link to gitter
2017-12-26 11:04:25 -08:00
Nikolay Kim
65767558fb
Update README.md
2017-12-20 08:00:28 -08:00
Nikolay Kim
0a96b8c579
update readme
2017-12-19 16:17:27 -08:00
Nikolay Kim
d41aade0b7
update readme
2017-12-19 16:14:47 -08:00
Nikolay Kim
e9a3845e26
update license in readme
2017-12-18 16:48:30 -08:00
Nikolay Kim
3f0e7456c0
update examples links
2017-12-18 16:42:58 -08:00
Nikolay Kim
27d92f3a23
refactor server bind and start process
2017-12-17 12:35:04 -08:00
Nikolay Kim
1a51f75ecc
update readme
2017-12-17 10:03:37 -08:00
Nikolay Kim
9821c6ea90
update readme
2017-12-16 11:39:56 -08:00
Nikolay Kim
167717d20e
update readme
2017-12-16 11:22:39 -08:00
Nikolay Kim
91ffab8f6e
update readme
2017-12-16 07:30:53 -08:00
Nikolay Kim
b1f33e29ec
simplify content-length calculation
2017-12-16 07:29:15 -08:00
Nikolay Kim
ed8bd3d6a3
h1 cleanups
2017-12-15 22:49:48 -08:00
Nikolay Kim
1ddcce7b76
hide httpresponse box
2017-12-15 16:24:15 -08:00
Nikolay Kim
c3d5e4301a
cleanup h1 parse
2017-12-15 13:10:12 -08:00
Nikolay Kim
71c37bde5a
Update README.md
2017-12-15 05:44:10 -08:00
Nikolay Kim
4913e7d3c2
cleanup
2017-12-14 22:22:27 -08:00
Nikolay Kim
d77156c16c
fix readme
2017-12-14 20:49:09 -08:00
Nikolay Kim
106f43e874
better SharedBytes usage for h2
2017-12-14 20:48:31 -08:00
Nikolay Kim
2b0994e448
update tests
2017-12-14 20:29:49 -08:00
Nikolay Kim
a2dff8a0b9
update readme
2017-12-14 20:12:28 -08:00
Nikolay Kim
355f54efe2
update api docs
2017-12-13 23:35:21 -08:00
Nikolay Kim
406ef20262
add readme
2017-12-13 21:44:16 -08:00
Nikolay Kim
b9da09ddf0
update readme
2017-12-11 19:17:37 -08:00
Nikolay Kim
b1ae7f95cc
update readme example
2017-12-11 15:57:37 -08:00
Nikolay Kim
9043e7286d
tests for default predicates
2017-12-08 12:51:44 -08:00
Nikolay Kim
3e91b06241
fix static files
2017-12-08 12:29:28 -08:00
Nikolay Kim
c63f058647
simplify application creation
2017-12-06 11:00:39 -08:00
Nikolay Kim
3de43c2a46
update readme
2017-12-05 12:25:57 -08:00
Nikolay Kim
bd1e9abdd8
simple readme example
2017-12-05 11:50:09 -08:00
Nikolay Kim
e332c1242f
use Route for Applicaiton handlers
2017-12-04 14:53:40 -08:00
Nikolay Kim
f5d6179a34
renamed Route::handler to Route::f, added Route::h to register Handler
2017-12-04 14:07:53 -08:00
Nikolay Kim
3bf3738e65
introduce route predicates
2017-12-04 13:32:05 -08:00
Nikolay Kim
7c6faaa8e0
add Item and Error to FromRequest trait
2017-12-03 14:22:04 -08:00
Nikolay Kim
991dd107b1
update ws doc
2017-11-29 14:12:27 -08:00
Nikolay Kim
427566b90d
export Handler
2017-11-29 13:41:51 -08:00
Nikolay Kim
6f833798c7
refactor http actor handling
2017-11-29 10:31:24 -08:00
Nikolay Kim
afeecea05f
refactor reply handling
2017-11-28 19:49:17 -08:00
Nikolay Kim
ac3fe30d19
use git master for examples
2017-11-28 10:27:58 -08:00
Nikolay Kim
26413d1d61
add link to guide
2017-11-27 19:56:14 -08:00
Nikolay Kim
45433f71e5
impl Default trait for HttpRequest
2017-11-26 22:20:28 -08:00
Nikolay Kim
8e0a7f44d4
pass request by value
2017-11-26 20:34:20 -08:00
Nikolay Kim
eb7f48a1c6
include payload into request
2017-11-26 19:00:57 -08:00
Nikolay Kim
265628750c
refactor logger middleware
2017-11-10 12:29:54 -08:00
Nikolay Kim
657efb8cce
fix readme
2017-11-09 22:18:59 -08:00
Nikolay Kim
4d575c6269
update readme
2017-11-08 20:25:14 -08:00
Nikolay Kim
7565ed8e06
use higher pripority for br
2017-11-08 19:42:13 -08:00
Nikolay Kim
1392b2b171
Update README.md
2017-11-08 16:48:20 -08:00
Nikolay Kim
e558414867
add response content encoding
2017-11-08 16:44:46 -08:00
Nikolay Kim
76b8104f52
use version in readme
2017-11-07 16:09:37 -08:00
Nikolay Kim
e9e247217a
update readme
2017-11-04 13:49:51 -07:00
Nikolay Kim
f23974cfb5
update readme
2017-11-04 13:49:05 -07:00
Nikolay Kim
28652a3ba8
update readme
2017-11-04 12:36:37 -07:00
Nikolay Kim
41be1db8bc
fix link
2017-11-04 12:35:55 -07:00
Nikolay Kim
67f3ad31ab
update readme
2017-11-04 12:35:19 -07:00
Nikolay Kim
d7d3d663e9
refactor server impl and add support for alpn http2 negotiation
2017-11-04 12:33:14 -07:00
Nikolay Kim
32cefb8455
implement h2 writer
2017-11-04 09:07:44 -07:00
Nikolay Kim
f35a3ea6db
prepare release
2017-10-30 20:39:56 -07:00
Nikolay Kim
26c13a81d2
fix link in readme
2017-10-30 16:37:26 -07:00
Nikolay Kim
58de9dcf56
added new cancel_future_on_stop
2017-10-30 14:49:20 -07:00
Nikolay Kim
92686b6e1b
add sockjs server link
2017-10-29 21:49:16 -07:00
Nikolay Kim
488fb256b4
add optional skeptic
2017-10-26 06:12:23 -07:00
Nikolay Kim
6d9bd4e04c
update readme example
2017-10-23 17:31:46 -07:00
Nikolay Kim
da8b637725
update readme
2017-10-23 15:58:05 -07:00
Nikolay Kim
203d0dd80f
add stateful example
2017-10-23 11:48:06 -07:00
Nikolay Kim
ba504cc69e
use actix 0.3
2017-10-23 10:05:07 -07:00
Nikolay Kim
17b4c33949
update example links
2017-10-23 09:20:12 -07:00
Nikolay Kim
1e96821b54
update links
2017-10-23 09:17:24 -07:00
Nikolay Kim
3f6949baa9
update repo location
2017-10-23 09:16:13 -07:00
Nikolay Kim
0865071dd7
use threads for websocket example
2017-10-21 02:08:07 -07:00
Nikolay Kim
de2f604fea
update link
2017-10-16 20:08:57 -07:00
Nikolay Kim
e55e08d204
appveyor support
2017-10-16 19:34:04 -07:00
Nikolay Kim
2e96a79969
doc strings
2017-10-16 10:43:35 -07:00
Nikolay Kim
94c8aa6a54
do not use actix prelude
2017-10-15 15:10:35 -07:00
Nikolay Kim
955e50313d
simplify server method
2017-10-15 14:53:03 -07:00
Nikolay Kim
663492407d
update readme
2017-10-15 14:19:50 -07:00
Nikolay Kim
5901f0f9f5
Application, router, resource builders
2017-10-15 14:17:41 -07:00
Nikolay Kim
1d2521a5a4
Update README.md
2017-10-15 09:15:38 -07:00
Nikolay Kim
c3e71bb9ad
fix another link
2017-10-14 23:01:06 -07:00
Nikolay Kim
0d27c0bc78
fix links
2017-10-14 23:00:03 -07:00
Nikolay Kim
95987daa72
rename to actix-web
2017-10-14 07:59:35 -07:00
Nikolay Kim
3516f02e4f
keep-alive support
2017-10-13 16:33:23 -07:00
Nikolay Kim
0e6a67fc26
refactor response generation
2017-10-10 16:03:32 -07:00
Nikolay Kim
e2dc775e21
refactor payload
2017-10-08 20:16:48 -07:00
Nikolay Kim
63b78b6461
better naming
2017-10-08 14:56:51 -07:00
Nikolay Kim
3036152581
Update README.md
2017-10-08 00:17:34 -07:00
Nikolay Kim
c12669a435
update actix
2017-10-08 00:14:52 -07:00
Nikolay Kim
01e9a7d77e
Update README.md
2017-10-07 22:46:41 -07:00
Nikolay Kim
a021a06743
update ws docs
2017-10-07 22:41:02 -07:00
Nikolay Kim
f2d20514fa
websocket support
2017-10-07 21:48:00 -07:00
Nikolay Kim
4234f133d2
update readme
2017-10-07 01:12:43 -07:00
Nikolay Kim
3f253365b7
readme
2017-10-07 00:53:36 -07:00
Nikolay Kim
a505be9321
docs
2017-10-06 23:14:13 -07:00
Nikolay Kim
0b5f0c4f22
initial implementation
2017-10-06 21:51:27 -07:00
Nikolay Kim
b361d68e0b
Update README.md
2017-09-30 09:38:43 -07:00
Nikolay Kim
7639877b9e
update readme
2017-09-30 09:16:59 -07:00
Nikolay Kim
e317ea8181
Initial commit
2017-09-30 08:30:02 -07:00