Konrad Malawski
b8ea349c3a
Merge pull request #18693 from spray/w/17275-squashed
...
#17275 Websocket Client implementation
2015-10-19 13:26:09 +02:00
Johannes Rudolph
ddc8cd804b
=htc move Sec-WebSocket-Key creation/validation to header model
2015-10-19 09:19:23 +02:00
Johannes Rudolph
f6732f3369
=htc server side handshake cleanup and clarifications
2015-10-19 09:19:22 +02:00
Johannes Rudolph
d4b5f29c57
+htc #17275 Java-side of Websocket client API
2015-10-19 09:19:22 +02:00
Johannes Rudolph
00b4eefab5
!htc #17275 encapsulate Websocket request arguments in new WebsocketRequest class
2015-10-19 09:02:05 +02:00
Johannes Rudolph
08aa903408
=htc Websocket Autobahn Suite test runners and documentation
2015-10-19 09:02:05 +02:00
Johannes Rudolph
870ff2bbdc
+htc #17275 Websocket client implementation
2015-10-19 09:02:05 +02:00
Johannes Rudolph
11e593a1fa
=htc introduce ByteStringSinkProbe and update tests to new infrastructure
2015-10-19 09:02:05 +02:00
Konrad Malawski
99158f515c
Merge pull request #18727 from 2m/wip-coding-directives
...
=doc #18496 add scala docs for coding directives
2015-10-14 16:54:35 +02:00
Martynas Mickevicius
073c201e75
=doc #18496 add scala docs for coding directives
2015-10-14 16:33:51 +02:00
Konrad Malawski
033b318887
Merge pull request #18726 from ktoso/wip-formfield-ktoso
...
=doc fixed some typos in formFields
2015-10-14 16:28:27 +02:00
Konrad Malawski
37b6df9be0
=doc fixed some typos in formFields
2015-10-14 14:00:13 +02:00
Konrad Malawski
2cae81dbfc
Merge pull request #18684 from ktoso/wip-more-directives-ktoso
...
WIP more directive docs
2015-10-14 12:06:17 +02:00
Konrad Malawski
6ac2a2433c
=doc #17938 fix references to "Deserializer" in docs
2015-10-14 11:20:53 +02:00
Konrad Malawski
da7e043372
=doc #17938 remove confusing POST wording in formFields
2015-10-14 11:07:16 +02:00
Konrad Malawski
cddb1ade40
=htc,doc #18496 make all directive docs have the same style, some
...
additions
2015-10-12 02:12:26 +02:00
Konrad Malawski
bb053bea2a
=htc,doc #18496 lots of small improvements and last missing docs
2015-10-12 02:05:29 +02:00
Konrad Malawski
15897a3b48
+doc,htp #18496 recoverRejections documented
2015-10-12 02:05:29 +02:00
Konrad Malawski
745a1c458f
+doc,htp #18496 improved parameter docs a bit
2015-10-12 02:05:29 +02:00
Konrad Malawski
afcd3e2127
+doc,htp #18496 example for formfield
2015-10-12 02:05:29 +02:00
Konrad Malawski
2927568225
+doc,htp #18496 file directives docs
2015-10-12 02:05:29 +02:00
Konrad Malawski
4c81e6cbea
+doc,htp #18496 cancelRejections
2015-10-12 02:05:29 +02:00
Konrad Malawski
ce07ae75b7
+doc,htp #18496 overrideMethodWithParameter
2015-10-12 02:05:29 +02:00
Konrad Malawski
9edffd0930
-htp #18626 remove overrideStatusCode
...
we don't recommend using it.
2015-10-12 02:05:28 +02:00
Konrad Malawski
ea49e7624c
=doc,htpi #18496 more security directives docs
2015-10-12 02:05:28 +02:00
Viktor Klang (√)
92e2ac21f0
Merge pull request #18647 from akka/wip-17827-alsoTo-√
...
=str - #17827 - Introduces operator for Sources and Flows, to attach…
2015-10-09 21:06:57 +02:00
Viktor Klang
08d702faf8
=str - #17827 - Introduces operator for Sources and Flows, to attach a Sink in an inline broadcast fashion.
2015-10-09 21:05:50 +02:00
Konrad Malawski
83ec1f2b0b
Merge pull request #18691 from spray/w/small-java-http-api-fixes
...
+htc add missing javadsl.Http.outgoingConnectionTls overload + remove extra params
2015-10-09 17:50:44 +02:00
Johannes Rudolph
4cbbb7dbad
=htc fix WS masking for empty frames on client side
2015-10-09 17:31:22 +02:00
Johannes Rudolph
5e0caf8fe1
+htc allow configuration of random source in Websockets + various cleanups
2015-10-09 17:26:55 +02:00
Johannes Rudolph
435a3387bf
=htc cleanup of WS infrastructure
2015-10-09 17:06:53 +02:00
Johannes Rudolph
6aefb35cbe
+htc add missing javadsl.Http.outgoingConnectionTls overload + remove extra params
2015-10-09 17:04:54 +02:00
Konrad Malawski
9293c4b312
Merge pull request #18663 from ktoso/wip-directives-java-ktoso
...
=doc,htp #18657 document Headers/FormField request values
2015-10-09 15:19:29 +02:00
Konrad Malawski
b2c0b16a17
Merge pull request #18680 from spray/w/stream-bits
...
Smallish stream bits
2015-10-09 13:32:43 +02:00
Johannes Rudolph
3193eb8009
+stk add TestSubscriber/Publisher.Probe.ensureSubscription to allow manual initialization
...
Otherwise, it is not possible to use `expectNoMsg()` as the first operation.
2015-10-09 13:00:26 +02:00
Johannes Rudolph
ac8a5bad60
+str #18679 add BidiFlow.mapMaterializedValue
2015-10-09 13:00:26 +02:00
Konrad Malawski
4e7999cf0a
+htc,doc #18657,#18665 FormData javadsl and FormField docs
2015-10-08 16:50:21 +02:00
Konrad Malawski
a17604500f
=doc,htp #18657 document FormField vals
2015-10-08 13:01:25 +02:00
Konrad Malawski
27eba7ffa3
=doc,htp #18657 document Headers request values
2015-10-08 13:01:25 +02:00
Konrad Malawski
58e59d6943
Merge pull request #18658 from akka/wip-18657-doc-java-directives-patriknw
...
=doc #18657 Doc java directives
2015-10-08 12:11:54 +02:00
Patrik Nordwall
3081893bfd
=doc #18657 Doc host and path directives
...
* also including docs of RequestVals.matchAndExtractHost
and RequestVals.matchAndExtractHost
* and add Host.create factory methods
* add missing HttpRequest PATCH and OPTIONS
* change to val in matchAndExtractHost for
fail fast exception
2015-10-08 11:50:41 +02:00
Konrad Malawski
5753cd6074
Merge pull request #18670 from ktoso/wip-fail-fast-missing-includecode-ktoso
...
+doc fails fast when includecode has no content
2015-10-08 11:38:12 +02:00
Konrad Malawski
608ca9d67e
+doc fails fast when includecode has no content
2015-10-08 11:00:01 +02:00
drewhk
a70ae576c9
Merge pull request #18152 from ryandbair/poolslot-leak
...
Ensure OutboundTcpStreamActor's promises are completed if the connection fails
2015-10-08 10:54:13 +02:00
drewhk
0756a2ff68
Merge pull request #18664 from akka/revert-18521-agolubev-#18486-subscriber-throws-if-subscribed-serveral-times
...
Revert "+str #18486 Source.subscriber's Subscriber throws if subscrib…
2015-10-07 16:51:33 +02:00
drewhk
a4db27f6ed
Revert "+str #18486 Source.subscriber's Subscriber throws if subscribed more than once"
2015-10-07 16:50:44 +02:00
drewhk
b374331b20
Merge pull request #18521 from agolubev/agolubev-#18486-subscriber-throws-if-subscribed-serveral-times
...
+str #18486 Source.subscriber's Subscriber throws if subscribed more than once
2015-10-07 16:36:18 +02:00
Konrad Malawski
bdaaad0f3a
Merge pull request #18654 from spray/wip-18121-mathias
...
=htc #18121 enable UTF-8 decoding for HTTP header values
2015-10-07 11:45:51 +02:00
Konrad Malawski
de9262ab8a
Merge pull request #18627 from ktoso/wip-directives-bonanza-ktoso
...
Akka HTTP Directives Documentation Bonanza
2015-10-07 10:47:15 +02:00
Konrad Malawski
7f883a8b16
+htp #18496 add missing directive documentation (scala)
2015-10-07 10:46:11 +02:00