Nikolay Kim
|
fa66a07ec5
|
move httpmessage futures to actix-web
|
2019-03-17 01:02:51 -07:00 |
|
Nikolay Kim
|
1941aa0217
|
use actix-connect crate
|
2019-03-13 14:41:40 -07:00 |
|
Nikolay Kim
|
402a40ab27
|
update actix-server dep
|
2019-03-12 16:55:16 -07:00 |
|
Nikolay Kim
|
ad43ca735b
|
update server service requirenments
|
2019-03-11 15:09:42 -07:00 |
|
Nikolay Kim
|
d026821924
|
unify service builders
|
2019-03-09 10:39:06 -08:00 |
|
Nikolay Kim
|
ca73f178c9
|
revert generic service request; add ServerConfig to service factories
|
2019-03-09 07:37:23 -08:00 |
|
Nikolay Kim
|
118606262b
|
refactor payload handling
|
2019-02-13 13:52:11 -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
|
4a388d7ad9
|
add client http/2 support
|
2019-01-28 20:41:09 -08:00 |
|
Nikolay Kim
|
aaae368ed9
|
use new actix crates
|
2018-12-10 18:08:33 -08:00 |
|
Nikolay Kim
|
e9121025b7
|
convert to 2018 edition
|
2018-12-06 14:32:52 -08:00 |
|
Ali Shirvani
|
4028f6f6fd
|
http crate removed, cargo fmt
|
2018-11-28 09:42:04 +03:30 |
|
Ali Shirvani
|
397804a786
|
echo example with impl Future
|
2018-11-28 09:15:08 +03:30 |
|
Ali Shirvani
|
d5b2640342
|
add framed_hello.rs
|
2018-11-24 17:08:17 +03:30 |
|
Ali Shirvani
|
d5ca6e21e2
|
simple echo server.
|
2018-11-24 11:29:14 +03:30 |
|
Ali Shirvani
|
41d68c87d9
|
hello-world example added.
|
2018-11-23 07:42:40 +03:30 |
|
Nikolay Kim
|
e05aba65de
|
examples moved to separate repo
|
2018-04-12 20:31:58 -07:00 |
|
Nikolay Kim
|
26ab5cbd01
|
forgot to include
|
2018-04-10 15:14:46 -07:00 |
|
Nikolay Kim
|
50c2a5ceb0
|
update basic example
|
2018-04-10 14:45:03 -07:00 |
|
Nikolay Kim
|
ca76dff5a7
|
update redis example
|
2018-04-10 13:21:54 -07:00 |
|
Nikolay Kim
|
0b0bbd6bd9
|
Merge branch 'master' into private-cookies
|
2018-04-09 12:54:08 -07:00 |
|
Nikolay Kim
|
5617896780
|
cleanup doc tests
|
2018-04-09 10:40:12 -07:00 |
|
Alex Whitney
|
9b152acc32
|
add signed and private cookies
|
2018-04-09 17:59:28 +01:00 |
|
Nikolay Kim
|
48e7013997
|
update guide examples
|
2018-04-09 07:57:50 -07:00 |
|
Nikolay Kim
|
542315ce7f
|
simplify StaticFiles
|
2018-04-06 19:34:55 -07:00 |
|
Nikolay Kim
|
191b53bd7c
|
pin futures 0.1
|
2018-04-06 13:22:27 -07:00 |
|
Nikolay Kim
|
2c411a04a9
|
no need for export in doc example
|
2018-04-06 10:15:06 -07:00 |
|
Nikolay Kim
|
2dafd9c681
|
do not re-export HttpServer from server module
|
2018-04-06 08:40:11 -07:00 |
|
Nikolay Kim
|
c1af59c618
|
update juniper example
|
2018-04-04 17:57:02 -07:00 |
|
Nikolay Kim
|
c273b7ac3f
|
update json example
|
2018-04-04 08:08:31 -07:00 |
|
krircc
|
56a31ea0ee
|
only use diesel::r2d2 feature. no need r2d2_diesel create
|
2018-04-03 22:37:53 +08:00 |
|
Nikolay Kim
|
83bf852192
|
Fix logger request duration calculation
|
2018-04-02 11:09:24 -07:00 |
|
Roman Frołow
|
220cbe40e5
|
Add header for juniper example
|
2018-04-02 19:10:33 +02:00 |
|
Nikolay Kim
|
74d0656d27
|
update diesel example
|
2018-04-01 18:24:07 -07:00 |
|
Nikolay Kim
|
17c27ef42d
|
HttpRequest::resource() returns current matched resource
|
2018-04-01 17:37:22 -07:00 |
|
Nikolay Kim
|
b2e771df2c
|
use r2d2 for diesel example
|
2018-04-01 08:20:15 -07:00 |
|
Nikolay Kim
|
3ee228005d
|
rename Application
|
2018-03-31 00:16:55 -07:00 |
|
Nikolay Kim
|
7a743fa6b5
|
update examples
|
2018-03-30 23:37:15 -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
|
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 |
|
Alexander Andreev
|
2d80c5053d
|
spelling check
|
2018-03-24 09:35:52 +03:00 |
|
Nikolay Kim
|
6b1a79fab8
|
update example
|
2018-03-18 16:27:34 -07:00 |
|
h416
|
4effdf065b
|
fix typo
|
2018-03-16 19:03:16 +09:00 |
|
Nikolay Kim
|
fee1e255ac
|
add comments
|
2018-03-11 10:10:30 -07:00 |
|
Nikolay Kim
|
49e007ff2a
|
move protobuf support to the example
|
2018-03-09 05:29:06 -08:00 |
|
Nikolay Kim
|
f3c63e631a
|
add protobuf feature
|
2018-03-08 20:56:18 -08:00 |
|