Commit graph

792 commits

Author SHA1 Message Date
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
Johannes Rudolph
7075564281 =htc #15711 fix Http.Bind failure warning message 2014-08-21 13:01:14 +02:00
Johannes Rudolph
8c85cc41d3 =htc #15670 add convenience BodyPart extractors 2014-08-21 12:03:19 +02:00
Patrik Nordwall
bf3551b554 Merge pull request #15673 from akka/wip-15076-foreach-patriknw
!str #15076 Make foreach a terminal operation, returning Future[Unit]
2014-08-20 08:08:39 +02:00
Patrik Nordwall
0f2f5b3f89 Merge pull request #15562 from akka/wip–rename-tee-to-broadcast-√
= str - Renames Flow and Duct 'tee' operation to 'broadcast'
2014-08-20 07:48:57 +02:00
Roland Kuhn
fd96862913 Merge pull request #15580 from spray/w/15560-fix-entity-stream-termination
=htc #15560 close entity data stream eagerly + more tests + fix for #15686
2014-08-19 13:01:48 +02:00
Roland Kuhn
2c8b8af8e0 Merge pull request #15666 from spray/w/15665-fix-BoyerMoore
=hco #15665 fix BoyerMoore for byte values > 0x7f
2014-08-19 12:39:46 +02:00
Johannes Rudolph
e066dd36fc =htc #15686 fix off-by-one error when creating strict entities for small payloads 2014-08-19 12:20:16 +02:00
Johannes Rudolph
b69235e195 =htc #15560 close entity data stream eagerly + add more tests 2014-08-19 12:13:23 +02:00
Patrik Nordwall
fdc5532483 !str #15076 Make foreach a terminal operation, returning Future[Unit] 2014-08-15 17:32:46 +02:00
Patrik Nordwall
f4bc1704d3 Merge pull request #15563 from akka/wip-materializer-last-√
= str - Moving FlowMaterializer argument to the end of all Flow and Duct...
2014-08-15 13:51:39 +02:00
Johannes Rudolph
793417cba0 =hco #15665 fix BoyerMoore for byte values > 0x7f
This also converts tests to run over a binary alphabet instead of over
plain alphanumeric chars.
2014-08-14 17:09:23 +02:00
Mathias
e7ef23f6f8 =htp Apply remaining review feedback 2014-08-06 00:20:12 +02:00
Mathias
3747196356 =htp Add more multipart unmarshalling tests 2014-08-05 20:11:18 +02:00
Mathias
70e6106243 =hco Apply review feedback 2014-08-05 20:11:18 +02:00
Mathias
1c3bd3817e =hco,htp Upgrade to latest release-2.3-dev head 2014-08-05 20:11:18 +02:00
Mathias
991293b25f +htp add high-level unmarshalling API entry point, more tests 2014-08-05 20:11:18 +02:00
Mathias
e39f4fd0d2 +htp add first version of new unmarshalling infrastructure, tests still missing 2014-08-05 20:11:18 +02:00
Mathias
bdcccf925a !hco prepare for multipart body parser implementation
Breakingness stems from
- renaming `EnhancedString::getAsciiBytes` to `EnhancedString::asciiBytes`
- removal of `HttpForm` (for now)
- refactoring of `MultipartFormData`
2014-08-05 20:11:18 +02:00
Mathias
52839bc11d +htp add first version of new marshalling infrastructure 2014-08-05 20:11:18 +02:00
Mathias
5fce301c28 +hco various smaller cleanups and helper additions 2014-08-05 20:11:18 +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
Viktor Klang
6c7dc10a50 = str - #15618 - Renames Flow and Duct 'tee' operation to 'broadcast' 2014-08-05 10:47:42 +02:00
Endre Sándor Varga
d6fbadc61e !str: #15474: Migrate to reactive-streams 0.4.0.M1 2014-07-28 11:35:20 +02:00
Björn Antonsson
95c8077136 +pro,hco Disable JavaDoc and revert breaking code changes 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
Björn Antonsson
8ff980c693 +pro Create aggregate project for pulishing stream/http-core/parsing 2014-06-26 11:51:34 +02:00
Björn Antonsson
37308bfd3e =hco Changes needed to compile with java 6 on mac 2014-06-16 15:41:51 +02:00
Johannes Rudolph
d128038a6e +hco Java model for http-core 2014-06-16 15:41:34 +02:00
Mathias
451824dd8a =hco Remove Low-Level API Design.rst 2014-06-16 15:09:04 +02:00
Mathias
db13edbd55 !hco Add client-side request rendering and response parsing, refactor, strip-down
Remove everything that is out of scope for akka-http-core M1.
Things like the host- and request-level client-side API will be added back later.
2014-06-16 15:08:42 +02:00
Johannes Rudolph
4d79d0d88e !hco privatize some internal Uri.Host constructors 2014-06-12 16:20:00 +02:00
Johannes Rudolph
6908a72681 !hco #15392 use params instead of parameters consistently 2014-06-12 16:11:02 +02:00
Johannes Rudolph
fe7a090993 !hco get rid of extra HttpResponse constructor which changes ordering
The problem is that those extra constructors can easily lead to
ambiguities in overloading resolution. We should rely on named parameters
to get a similar effect than those extra constructors.
2014-06-11 10:05:37 +02:00
Johannes Rudolph
f3d5af533a !hco more stringent following of plurally named container object
- ContentDispositionType => ContentDispositionTypes
 - TransferEncoding => TransferEncodings
 - RangeUnit => RangeUnits
2014-06-11 10:05:37 +02:00
Johannes Rudolph
6d86360b4f +hco introduce generic abstract accessor for HttpCredentials parameters 2014-06-11 10:05:37 +02:00
Johannes Rudolph
4b2e79d853 =hco more accurate result types for HttpEntity.apply overloads 2014-06-11 10:05:37 +02:00
Johannes Rudolph
f3c4e01f2a +hco introduce Uri.Host.inetAddresses for easy access to the actual addresses 2014-06-11 10:05:37 +02:00
Johannes Rudolph
762f32dfeb =hco,str small cleanups 2014-06-11 10:05:19 +02:00
Mathias
8511a3974d +hco Add low-level server and (partial) client infrastructure 2014-06-10 22:25:03 +02:00
Mathias
96ca9749f2 +hco Add akka-http-core module with initial HTTP model 2014-06-10 22:25:03 +02:00
Mathias
141600b9d7 +par Add new akka-parsing module with embedded copy of shapeless 2.0.0 and parboiled 2.0.0-RC2
shapeless: 2b34dc0f6e
parboiled2: e25a799ea4

The only changes made are the ones required for embedding. No strip-down yet.
2014-06-10 22:25:03 +02:00