Alex Whitney
2b803f30c9
remove CookieSessionBackend::new
2018-04-09 18:33:29 +01:00
Alex Whitney
9b152acc32
add signed and private cookies
2018-04-09 17:59:28 +01:00
Nikolay Kim
eb66685d1a
simplify csrf middleware
2018-04-09 09:49:07 -07:00
Nikolay Kim
b505e682d4
fix session doc test
2018-04-09 09:31:11 -07:00
Nikolay Kim
48e7013997
update guide examples
2018-04-09 07:57:50 -07:00
Nikolay Kim
ff14633b3d
simplify CookieSessionBackend; expose max_age cookie setting
2018-04-08 11:05:37 -07:00
Nikolay Kim
37db7d8168
allow to override status code for NamedFile
2018-04-08 10:53:58 -07:00
Nikolay Kim
89bf12605d
Merge pull request #165 from tazjin/docs/various-doc-fixes
...
Various minor documentation fixes
2018-04-07 09:53:19 -07:00
Vincent Ambo
9fb0498437
docs(lib): Add a note about getting started with the API docs
...
Adds some initial pointers for newcomers to the documentation that
direct them at some of the most commonly used API types.
I based these links on what *I* usually end up looking at when I open
the actix_web docs.
2018-04-07 17:27:53 +02:00
Vincent Ambo
b2a43a3c8d
docs(application): Formatting & spelling fixes in module docs
2018-04-07 17:19:11 +02:00
Vincent Ambo
38063b9873
docs(client): Minor formatting and spelling fixes in module docs
2018-04-07 17:00:57 +02:00
Vincent Ambo
1045a6c6f0
docs(README): Minor formatting and spelling fixes
2018-04-07 17:00:39 +02:00
Nikolay Kim
7243c58fce
stable rust compatibility
2018-04-06 21:57:45 -07:00
Nikolay Kim
fffaf2bb2d
App::route method
2018-04-06 21:18:42 -07:00
Nikolay Kim
7becb95a97
fix guide example
2018-04-06 20:24:49 -07:00
Nikolay Kim
a4b837a1c1
flaky test
2018-04-06 19:45:14 -07:00
Nikolay Kim
542315ce7f
simplify StaticFiles
2018-04-06 19:34:55 -07:00
Nikolay Kim
602d78b76c
Merge pull request #163 from memoryruins/guide
...
Guide: edits to the second half
2018-04-06 19:11:12 -07:00
memoryruins
18b706d4fb
Guide: tweak to websocket and testing.
2018-04-06 19:44:52 -04:00
memoryruins
94b41fd484
Guide: tweak to database integration.
2018-04-06 19:42:18 -04:00
memoryruins
3a80cb7bf3
Guide: tweak to http/2.
2018-04-06 19:37:14 -04:00
memoryruins
e4a85a53f4
Guide: additional tweaks to Middleware.
2018-04-06 19:35:11 -04:00
memoryruins
1a45dbd768
Guide: additional tweak to testing chapter.
2018-04-06 19:26:07 -04:00
memoryruins
7cff5d9ade
Guide: additional tweaks to request and response chapter.
2018-04-06 19:17:03 -04:00
memoryruins
c04e0fdec4
Merge branch 'master' into guide
2018-04-06 19:04:50 -04:00
memoryruins
0f0fe5f148
Guide: updates to the Database integration chapter.
2018-04-06 19:02:11 -04:00
memoryruins
e7f9f5b46d
Guide: updates to HTTP/2 chapter.
2018-04-06 18:46:56 -04:00
memoryruins
c3fbba2678
Guide: updates to static file handling chapter.
2018-04-06 18:40:57 -04:00
memoryruins
a88e97edba
Guide: updates to Middleware chapter.
2018-04-06 18:29:18 -04:00
memoryruins
1f08100f6f
Guide: updates to the WebSockets chapter.
2018-04-06 18:04:42 -04:00
memoryruins
ab60ec6e1d
Guide: updates to the Testing chapter.
2018-04-06 18:03:30 -04:00
memoryruins
0fbd05009d
Guide: tweaks to the request and response chapter.
2018-04-06 17:31:18 -04:00
Nikolay Kim
fdb7419e24
use actix-web from master
2018-04-06 14:11:04 -07:00
Nikolay Kim
191b53bd7c
pin futures 0.1
2018-04-06 13:22:27 -07:00
Nikolay Kim
2d4ee0ee01
make Pause::new public
2018-04-06 12:34:24 -07:00
Nikolay Kim
5bd5f67d79
add Pause message constructors
2018-04-06 12:31:31 -07:00
memoryruins
5d8cbccfe9
Remove article.
2018-04-06 15:12:06 -04:00
Nikolay Kim
8d5fa6ee71
added Pause/Resume for client connector
2018-04-06 11:08:41 -07:00
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
12586db15c
Merge pull request #160 from memoryruins/guide
...
Guide: edits to first half
2018-04-05 19:44:42 -07:00
Nikolay Kim
b847bda8ca
Merge branch 'master' into guide
2018-04-05 19:44:34 -07:00
memoryruins
2a543001e0
Tweaks to the URL Dispatch chapter.
2018-04-05 22:12:20 -04:00
memoryruins
0f86c596fa
Tweaks to Errors chapter.
2018-04-05 21:54:39 -04:00
Nikolay Kim
6c55501252
client connector wait timeout
2018-04-05 18:33:58 -07:00
memoryruins
961edfd21a
Tweaks to the Handler chapter.
2018-04-05 21:30:52 -04:00
memoryruins
7f0de705a3
Tweaks to Server chapter.
2018-04-05 20:55:19 -04:00