Commit graph

705 commits

Author SHA1 Message Date
Johannes Rudolph
9907bdad19 +htc #16834 apply uri-parsing-mode setting to header parsing as well 2015-08-04 13:25:37 +02:00
Konrad Malawski
d89b9e19b1 Merge pull request #18062 from spray/w/15687-enable-endpoint-verification
#18059 #15687 Enable https hostname verification
2015-08-03 11:35:37 +02:00
Johannes Rudolph
df3f886db8 !htc #15687 enable https hostname verification on Java 7+ 2015-08-03 10:43:25 +02:00
Johannes Rudolph
5c653f0641 =htc cosmetic fixes 2015-07-28 16:22:35 +02:00
Johannes Rudolph
94cb9ef808 =htc remove a layer of redundant wrapping 2015-07-28 16:21:53 +02:00
Johannes Rudolph
8ef7c64886 +htc #18027 add the missing javadsl.clientLayer and serverLayer 2015-07-24 12:08:15 +02:00
Johannes Rudolph
e14773c3d9 !htp #18017 don't use scala.Tuple2 in javadsl 2015-07-23 17:21:30 +02:00
Johannes Rudolph
3e7621c836 !htp #18028 fix signature of Java-side handleWebsocketMessages directive 2015-07-23 16:53:27 +02:00
Johannes Rudolph
35db72e03b =htc #16472 apply max-content-length setting to Chunked and CloseDelimited entities as well 2015-07-21 17:55:02 +02:00
Johannes Rudolph
539be789d9 +doc #18012 add Java-side Server Websocket documentation 2015-07-20 14:52:39 +02:00
Konrad Malawski
30bb717468 +str,doc #18012 adds missing docs on client-side http in java 2015-07-19 17:40:27 +02:00
Konrad Malawski
e58dea7781 Merge pull request #18025 from spray/wip-18012-mathias
=docs #18012 complete remaining TODO sections in scala HTTP docs
2015-07-17 23:22:39 +02:00
Mathias
1441f201b1 =docs #18012 complete remaining TODO sections in scala HTTP docs 2015-07-17 17:08:26 +02:00
2beaucoup
2012726f1b =doc, htp minor fixes in docs and tests 2015-07-17 16:22:12 +02:00
Konrad Malawski
77d3e693c5 Merge pull request #17988 from ktoso/wip-javadsl-handleWith-ktoso
!htp #17965 more consistent and 22-ified javadsl handleWith
2015-07-15 12:22:46 +02:00
Konrad Malawski
569c0bf079 !htp #17965 more consistent and 22-ified javadsl handleWith 2015-07-15 11:31:18 +02:00
Johannes Rudolph
9000c15e51 =htc #17992 prevent single failing server connections from cancelling the binding 2015-07-15 09:12:57 +02:00
Konrad Malawski
38445af546 Merge pull request #17983 from spray/w/17982-parse-headers-and-ContentType
+htc #17982 introduce ModeledCompanion.parseFromValueString, MediaType.parse, and ContentType.parse
2015-07-14 18:35:43 +02:00
Konrad Malawski
12fa39cc39 Merge pull request #17987 from spray/w/17984-enable-content-negotiation-tests
ContentNegotiation fixes (and breakage)
2015-07-14 17:38:09 +02:00
Johannes Rudolph
5ba7918cd9 =htp #17985 fix content negotiation assuming charsetRanges being List in pattern match
(cherry picked from commit 76cc4d890c3b7ea3a5510656520c20b165090adb)
2015-07-14 13:10:17 +02:00
Johannes Rudolph
cc6271f400 +htc #17982 introduce ModeledCompanion.parseFromValueString, MediaType.parse, and ContentType.parse 2015-07-14 09:36:01 +02:00
Johannes Rudolph
6d80945be2 =doc document java-side handlers 2015-07-13 14:44:21 +02:00
Johannes Rudolph
11d98a6593 =doc port over some http documentation from the scala side 2015-07-10 19:14:02 +02:00
drewhk
76eef58411 Merge pull request #17948 from spray/w/small-java-api-additions
Smallish Java API fixes
2015-07-09 14:44:05 +02:00
Johannes Rudolph
9fc7825398 !htc use correct akka.japi.function.Function interface on the Java side 2015-07-09 09:13:02 +02:00
Johannes Rudolph
11376c8f01 !htc fix javadsl.model.HttpProtocols constants not being public static 2015-07-09 09:13:02 +02:00
Johannes Rudolph
ac559304df +htc add a new javadsl.model.headers.Location.create aux constructor 2015-07-09 09:12:50 +02:00
Johannes Rudolph
b7d5805e9b +htc add javadsl.model.HttpEntity.toStrict 2015-07-09 09:12:50 +02:00
Johannes Rudolph
da485055a3 +htc add java-side constructors for ChunkStreamParts 2015-07-09 09:12:45 +02:00
Johannes Rudolph
d78330ca9a = htc #17943 more robust creation of function literals 2015-07-08 16:13:39 +02:00
2beaucoup
eecf8b5508 =htp #15588 use Source from akka.stream.io 2015-07-02 16:55:44 +02:00
Viktor Klang
2725bfc044 =str - Various internal Akka Stream improvements
* Gives Inlets and Outlets a `carbonCopy` method and switches to allocate them via `apply`
* Removes 4 Array allocations per FanIn and uses a bitmasked array instead
* Makes the FlattenStrategy.concat instance a singleton
2015-06-30 11:45:50 +02:00
drewhk
911943fc92 Merge pull request #17824 from drewhk/wip-17504-http-cancellation-fix-drewhk
Fix Http client cancellation
2015-06-24 16:59:39 +02:00
Endre Sándor Varga
234aaadaa7 Added test for cancellation scenarios in Http client/server 2015-06-24 16:15:01 +02:00
Endre Sándor Varga
df35562c0b Make broadcast cancellation configurable 2015-06-24 14:44:07 +02:00
Johannes Rudolph
83833ae4f8 =htj #16436 add missing Java directives 2015-06-24 12:03:02 +02:00
Endre Sándor Varga
c7a974dd1e Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Endre Sándor Varga
dc7269e620 Rename OperationAttributes to Attributes 2015-06-23 18:45:04 +02:00
drewhk
4f02192a04 Merge pull request #17808 from drewhk/wip-17786-addendum-fix-shutdown-drewhk
fix actorsystem shutdown in tests
2015-06-23 13:35:19 +02:00
Endre Sándor Varga
5192ea7334 make racy test accept 500 or exception 2015-06-23 13:00:26 +02:00
drewhk
b0fbd90008 Merge pull request #17771 from spray/w/17664-add-multipart-to-entity-shortcuts
Simplify creating multipart/formdata requests with just akka-http-core
2015-06-23 12:41:38 +02:00
Endre Sándor Varga
d50b1b0de3 fix actorsystem shutdown in tests 2015-06-23 12:08:31 +02:00
Endre Sándor Varga
21d45ea1b8 - Fix accidentally passing ClientServerSpec tests
- Making materializer more robust against exceptions
2015-06-23 11:10:21 +02:00
Johannes Rudolph
c7bb5006f8 +doc add server-side WebSocket documentation 2015-06-22 20:56:36 +02:00
Johannes Rudolph
da5ff4c560 !htc remove Streamed subclasses to signify that streamed is the default and add convenience Message constructors 2015-06-22 20:56:31 +02:00
drewhk
62865ff927 Merge pull request #17791 from spray/wip-docs2-mathias
More scala-side HTTP docs
2015-06-22 14:09:46 +02:00
drewhk
823926e739 Merge pull request #17774 from spray/wip-17600-mathias
=docs #17600 fix incorrect http client example
2015-06-22 13:54:39 +02:00
Roland Kuhn
f1121d6832 Merge pull request #17745 from akka/wip-VirtualProcessor-∂π
=str add VirtualProcessor
2015-06-22 11:10:01 +02:00
Roland Kuhn
65157bcd73 Merge pull request #17677 from briantopping/release-2.3-dev
=htp - Update cookie parsing rules based on twitter.com interop
2015-06-20 10:31:44 +02:00