Commit Graph

773 Commits

Author SHA1 Message Date
Nikolay Kim b517957761 fix stats for tls and alpn features 2018-04-11 16:34:01 -07:00
Nikolay Kim d18f9c5905 add clinet connector stats 2018-04-11 16:11:11 -07:00
Douman 62a9b4c53c Rename HttpRequest::without_state into drop_state and make it public 2018-04-11 22:41:06 +03:00
Nikolay Kim d041df6c4b update links 2018-04-10 19:27:09 -07:00
Nikolay Kim be288fa00a for NamedFile process etag and last modified only if status code is 200 2018-04-10 10:57:53 -07:00
Nikolay Kim fd87eb59f8 remove reference to master 2018-04-10 10:29:10 -07:00
Nikolay Kim 81ac905c7b fix prefix and static file serving #168 2018-04-10 10:16:00 -07:00
Nikolay Kim bb11fb3d24 update client mod doc string 2018-04-09 21:57:40 -07:00
Nikolay Kim 23eea54776 update cors doc string 2018-04-09 21:39:32 -07:00
Nikolay Kim 2881859400 proper test for CorsBuilder::resource 2018-04-09 21:29:57 -07:00
Nikolay Kim 1686682c19 extend CorsBuilder api to make it more user friendly 2018-04-09 21:11:15 -07:00
Nikolay Kim e757dc5a71 clippy warnings 2018-04-09 14:25:30 -07:00
Nikolay Kim be358db422 CorsBuilder::finish() panics on any configuration error 2018-04-09 14:20:12 -07:00
Nikolay Kim 7df2d6b12a clippy warnings; extend url_for example in user guide 2018-04-09 13:30:38 -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 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 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
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
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 542315ce7f simplify StaticFiles 2018-04-06 19:34:55 -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
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 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