Johannes Rudolph
fd85cac20f
=doc fix mentions of spray and link to magnet pattern
2015-05-21 13:24:57 +02:00
Johannes Rudolph
546936146b
=doc fixed example compile errors either by fixing files or commenting them for now
2015-05-21 10:53:37 +02:00
Mathias
20759e1b34
=doc Significantly extend HTTP documentation with new content and ports from spray docs
2015-05-21 10:53:24 +02:00
Mathias
4537fdebf5
=doc #17279 upgrade to new http package layout
2015-04-24 18:44:25 +02:00
Martynas Mickevičius
1933b77510
=doc #16989 update http bind documentation
2015-03-26 21:38:27 +02:00
Mathias
9c3124f344
!htp #16835 Refactor RejectionHandler infrastructure for cleanliness and independence from rejection ordering
2015-02-27 09:49:10 +01:00
Endre Sándor Varga
8d77fa8b29
!str #16902 : Unify stream internal representation
...
also =str #16912 : Fix StreamTcpSpec flakiness
2015-02-26 10:06:56 +01:00
2beaucoup
ada5922440
!htp #16593 negotiate content encoding
2015-02-18 09:28:15 +01:00
Patrik Nordwall
580ba8c484
Merge pull request #16730 from akka/wip-15851-ActorBasedFlowMaterializer-patriknw
...
!str #15851 Rename FlowMaterializer and settings
2015-01-29 10:30:08 +01:00
Patrik Nordwall
cd9d503b03
!str #15851 Rename FlowMaterializer and settings
...
* FlowMaterializer is now the actor independent interface
* ActorFlowMaterializer is the actor based interface
* MaterializerSettings renamed to ActorFlowMaterializerSettings
* impl.ActorBasedFlowMaterializer renamed to impl.ActorFlowMaterializerImpl
* Optimizations included in ActorFlowMaterializerSettings
* Note that http is using FlowMaterializer in api, but I suspect that it
will currently only run with a ActorFlowMaterializer
2015-01-27 19:22:22 +01:00
Konrad Malawski
39038597b2
!str #16563 terminal operations start with run*; runFold runForeach
2015-01-26 15:39:36 +01:00
Konrad 'ktoso' Malawski
e98af843ae
+doc #16549 StreamTCP docs
2014-12-23 11:38:39 +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
Mathias
20f8db99fa
!htc #16162 upgrade HTTP-level APIs to end-user style
2014-11-28 17:24:29 +01:00
Björn Antonsson
672d4ed091
+str,htc #16071 , #16072 New Stream Tcp and Http API
...
* StreamTcp and Http extensions now return Flows and Sources that can be materialized later
* Flow can now be completed with another flow to be turned into a runnable flow
2014-11-28 10:41:57 +01:00
Martynas Mickevičius
412003c11e
!str #16066 rename connect to via/to
...
* add missing implicit conversions for ~>
* tests for all combinations when using ~>
2014-10-31 10:43:42 +02:00
Patrik Nordwall
7c0c618791
!str #16039 Remove old scaladsl, rename scaladsl2
...
* and impl2, testkit2
* keeping io2 for now
2014-10-28 14:20:19 +01:00
Konrad 'ktoso' Malawski
cc4fd5ca2c
!str #15121 MaterializerSettings now uses a config object
...
Resolves #15121
2014-09-01 19:21:57 +02:00
Patrik Nordwall
1bb5d37780
!str #15551 Switch to implicit passing of FlowMaterializer
...
* implicit param
* change tests to use implicit materializer
* add ActorFlow trait that provides an implicit materializer inside an actor
in the right way, i.e. encourage usage of that instead of
implicit def mat(implicit arf: ActorRef): FlowMaterializer
* make http compile, but those who know the api better will have to adjust
to take full advantage of the implicit materializer
2014-08-21 13:40:43 +02:00
Patrik Nordwall
fdc5532483
!str #15076 Make foreach a terminal operation, returning Future[Unit]
2014-08-15 17:32:46 +02:00
Viktor Klang
bb8ab0a925
= str - #15621 - Moving FlowMaterializer argument to the end of all Flow and Duct methods which uses it.
2014-08-05 11:36:07 +02:00
Björn Antonsson
ccf902ef86
+pro,doc Make sure that doc gets published during subproject release
2014-06-26 11:51:46 +02:00
Björn Antonsson
e32ba9c54a
+pro,hco,par Make sure that things build on both 2.10 and 2.11
2014-06-26 11:51:45 +02:00
Johannes Rudolph
c6993dd279
=doc first parts of HTTP model documentation
2014-06-16 23:09:51 +02:00