Commit graph

1485 commits

Author SHA1 Message Date
Johannes Rudolph
bfad068a70 +hco another variant of StreamUtils.runStrict that takes an Iterator of inputs 2014-12-22 10:08:03 +01:00
Roland Kuhn
010051bba0 Merge pull request #16511 from 2beaucoup/minor-http-fixes
!htc #16494 provide content negotiation fallback to exception handlers
2014-12-21 22:33:48 +01:00
Roland Kuhn
27c47223cd Merge pull request #16590 from akka/wip-working-on-HTTP
Wip working on http
2014-12-21 10:10:17 +01:00
André Rüdiger
49e6c0c066 tidy up once more 2014-12-21 01:11:45 +01:00
2beaucoup
ec7156698a !htc #16494 provide content negotiation fallback to exception handlers 2014-12-20 18:12:28 +01:00
2beaucoup
a1d7c33663 =htc simplify content negotiation 2014-12-20 18:08:38 +01:00
2beaucoup
d5d8c21091 =htc optimize copy shortcuts 2014-12-20 18:08:38 +01:00
Jisoo Park
e785c374b3 +htp #16543 add directives to add or remove trailing slash 2014-12-20 17:38:28 +01:00
Roland Kuhn
38539372b5 some more doc fixes 2014-12-20 17:12:54 +01:00
Roland Kuhn
9f1d074d27 Merge pull request #16519 from 2beaucoup/custom-date-header
=htc #16501 render custom Date header
2014-12-20 16:57:45 +01:00
Endre Sándor Varga
754d50abdb +doc: Changes to basics+flows part 2014-12-20 16:46:57 +01:00
Roland Kuhn
fe1c2de6b2 Merge pull request #16514 from spray/w/16500-fix-date-parsing
=htc #16500 parse Sunday dates and dates with long weekday names correctly
2014-12-20 16:21:30 +01:00
Roland Kuhn
c01de935c8 fix some small things in HTTP 2014-12-20 16:03:34 +01:00
Roland Kuhn
40578baa9c fix some sphinx errors 2014-12-20 15:46:07 +01:00
drewhk
2438d7d034 Merge pull request #16587 from drewhk/wip-stream-doc-strucure-drewhk
!doc: Finish restructuring
2014-12-20 15:30:22 +01:00
Endre Sándor Varga
21830e8aa5 !doc: Finish restructuring 2014-12-20 15:29:34 +01:00
Roland Kuhn
d818ac7319 Merge pull request #16584 from akka/wip-16580-FIXMEs
!htp add some FIXMEs and small fixes
2014-12-20 15:27:59 +01:00
Roland Kuhn
20e14a3418 Merge pull request #16586 from akka/wip-move-http-docs
=htp move docs and create TOC structure
2014-12-20 14:55:54 +01:00
drewhk
83eba11524 Merge pull request #16585 from drewhk/wip-stream-doc-restructure-drewhk
!doc: Restructure document pages
2014-12-20 14:48:38 +01:00
Roland Kuhn
3eb8580eda !htp add some FIXMEs and small fixes 2014-12-20 14:31:58 +01:00
Roland Kuhn
dc0c827ecf =htp move docs and create TOC structure 2014-12-20 14:27:48 +01:00
Endre Sándor Varga
4da6e6d0bb !doc: Restructure document pages 2014-12-20 14:11:29 +01:00
Roland Kuhn
2d140eee30 Merge pull request #16580 from spray/wip-16574-mathias
=htc #16574 fix large requests not being consumable on the server-side
2014-12-20 12:56:50 +01:00
drewhk
6445632a9d Merge pull request #16582 from akka/wip-16549-actor-integration-patriknw
=str #16549 doc: ActorPublisher and ActorSubscriber
2014-12-20 12:03:37 +01:00
Patrik Nordwall
4dcb0d9834 =str #16549 doc: ActorPublisher 2014-12-20 11:30:36 +01:00
Roland Kuhn
335a9cb45d Merge pull request #16569 from spray/w/migrate-documentation
Akka Http Documentation preview
2014-12-20 11:29:49 +01:00
drewhk
61c55ae0e3 Merge pull request #16576 from akka/wip-stream-docs-∂π
=str write intro to docs
2014-12-20 10:38:25 +01:00
Konrad Malawski
5f3aaf2f4f Merge pull request #16568 from ktoso/docs-streams-flows-basics-ktoso
Docs streams flows basics
2014-12-20 00:03:49 +01:00
Konrad 'ktoso' Malawski
98143e3c93 +doc explain backpressure / reactive streams a bit 2014-12-20 00:01:43 +01:00
Konrad 'ktoso' Malawski
1c722b8ae1 +doc flow / flowgraph docs, moved quickstart
+ moved quickstart
+ more info about simple materialization
2014-12-20 00:01:20 +01:00
Mathias
03362052dd =htc add one more test checking against #16574 2014-12-19 16:52:53 +01:00
drewhk
3b1bc67090 Merge pull request #16572 from drewhk/wip-stream-doc-graph-cycles-drewhk
+doc: Document graph cycles
2014-12-19 15:40:26 +01:00
Mathias
35d1855e08 =htc make server accept early incoming request stream close
This is the fix for #16510 on the server-side.
2014-12-19 15:24:18 +01:00
Patrik Nordwall
872d5d10b0 Merge pull request #16579 from akka/wip-16549-doc-rs-integration-patriknw
=str #16549 doc: Integration with Reactive Streams
2014-12-19 15:17:13 +01:00
Endre Sándor Varga
8190790eb6 +doc: Document graph cycles 2014-12-19 15:16:14 +01:00
Johannes Rudolph
af14fd8243 =doc a first set of new and imported documentation for akka-http 2014-12-19 15:09:57 +01:00
Johannes Rudolph
6f11735765 =doc move http documentation around and setup high-level documentation structure 2014-12-19 15:09:42 +01:00
Mathias
166be32ce6 =htc #16574 fix large requests not being consumable on the server-side 2014-12-19 14:56:51 +01:00
Mathias
0f0ce513ff =htc small improvement in BodyPartParser 2014-12-19 14:42:37 +01:00
Roland Kuhn
662029e0ea =str #16549 write intro to docs 2014-12-19 13:59:04 +01:00
drewhk
cf46428627 Merge pull request #16498 from drewhk/wip-15239-stream-cookbook-drewhk
Stream cookbook
2014-12-19 13:30:33 +01:00
Patrik Nordwall
462ffe129f =str #16549 doc: Integration with Reactive Streams 2014-12-19 13:09:35 +01:00
Patrik Nordwall
f2f2e0ff8a Merge pull request #16570 from akka/wip-16549-doc-integration-patriknw
=str #16549 doc: Integration with External Services
2014-12-19 13:06:11 +01:00
Patrik Nordwall
fdbd19e302 =str #16549 doc: Integration with External Services 2014-12-19 13:05:01 +01:00
Endre Sándor Varga
7a75965270 fixed merge conflicts, fixed reducebykey 2014-12-19 11:39:41 +01:00
Endre Sándor Varga
2c01bed1a7 +doc #15239: Stream cookbook 2014-12-19 11:29:27 +01:00
Mathias
968e9cc5a7 =htc refactor HttpClient stream setup, closes #16510 2014-12-18 17:14:55 +01:00
Mathias
4d907bfb50 =htc small refactoring in OneHundredContinue support 2014-12-18 17:12:17 +01:00
Mathias
44a684c390 !htc clean up and unify HTTP exception model 2014-12-18 17:12:17 +01:00
Mathias
cf7e62d9ee =str apply temporary work-around for #16571 2014-12-18 17:12:17 +01:00