Nikolay Donets
b7567a5c55
Nikdon 20535 check same origin ( #20962 )
...
* =htp checkSameOrigin shows allowed origins
add HttpOriginRangeDefault into the javadsl and refactor
resolving binary compatibility + add copyright
return back public static final in the HttpOriginRange
* =htp #20535 address bin compat issues in checkSameOrigin PR
2016-07-15 13:39:40 +02:00
Nafer Sanabria
32810e1f1d
=htc, doc replace usages of deprecated methods of FileIO ( #20928 )
2016-07-10 17:41:57 +02:00
Konrad Malawski
60fb163331
+doc #20192 explain need of draining entities in server/client HTTP ( #20852 )
...
* +doc #20192 explain need of draining entities in server/client HTTP
* missing javadsl for Connection header
* Update HttpClientExampleDocTest.java
2016-07-08 14:47:29 +02:00
Konrad Malawski
77513c41d4
Document handling blocking ops in ScalaDSL Akka HTTP ( #20912 )
...
* +doc Added doc handling blocking operations #20066 (by @ktoso)
* Move and rewrite handling blocking ops somewhat
2016-07-08 14:05:49 +02:00
Arnout Engelen
92019c7ac9
Recommend new SecureRandom for an HTTPS server #20908 ( #20909 )
2016-07-08 11:12:36 +02:00
Michal Sitko
72f8544efd
+htp #18929 add withSizeLimit directive ( #20760 )
...
withSizeLimit and withoutSizeLimit directives added
2016-06-28 12:14:44 +02:00
gosubpl
4b89fcd643
+doc #20466 akka http java dsl example snippets timeout directives ( #20812 )
...
* #20466 added checks to the TimeoutDirectivesExampleSpec
* #20466 added missing Java directive wrapper, added Java test, added some comments to Scala spec
* #20466 test minor fixes (typos, comments, unused code)
* #20466 replaced placeholders with proper snippets in Java docs
* #20466 added proper withRequestTimeout example to JavaTestServer
* #20466 comment - clarifies the request-timeout = infinite case
* #20466 post-review changes (#20812 )
2016-06-22 01:55:28 +02:00
Hawstein
efb18c95b1
example snippet for akka http java dsl: FileAndResourceDirectives ( #20758 )
2016-06-09 15:34:25 +02:00
kwyczesany
7fdd5983a3
+htp #19756 : Add extractData and extractRequestEntity directives. ( #20730 )
...
* 19756: Add extractData and extractRequestEntity directives.
remove unnecessary import
* #19756 : add documentation to extractDataBytes and extractRequestEntity directives
2016-06-07 21:02:38 +02:00
Michal Sitko
bf76d6c389
+doc #20699 improve docs for akka-http ( #20722 )
...
Made imports in docs snippets more complete and a few minor improvements
2016-06-07 00:17:23 +02:00
Hawstein
f98c1946d8
+doc #20466 example snippet for akka http java dsl: BasicDirectives ( #20647 )
2016-06-03 13:43:42 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
tjugo
0eda4075ef
+htp #20535 add checkSameOrigin directive to HeaderDirectives ( #20560 )
...
* #20535 add checkSameOrigin directive to WebSocketDirectives
* refactoring + add docs
* refactoring + cleanup in docs
* fix types and conversions in the InvalidOriginHeaderRejection
* simplify InvalidOriginHeaderRejection to InvalidOriginRejection
2016-06-02 11:58:20 +02:00
Konrad Malawski
fe47d596bc
+doc add java example for onCompleteWithBreaker ( #20675 )
...
* +doc #20198 add java example for onCompleteWithBreaker
* =doc fix sphinx warnings
2016-06-01 10:31:50 +02:00
Stefano Bonetti
3f8dacfd44
+htp #20198 onCompleteWithBreaker directive ( #20402 )
2016-05-31 21:48:19 +02:00
Patrik Nordwall
d5a3b26291
format the code
...
* just a clean test:compile
* and fixing the tweets Source
2016-05-10 11:52:36 +02:00
svezfaz
b739da6bd0
verify docs for complete directive #20280
2016-05-01 11:10:47 +01:00
Konrad Malawski
0e11ec2057
!htc #20371 allows for simple HTTPS usage from Java, fixes typo in APIs ( #20373 )
2016-04-25 12:01:03 +02:00
Michał Kiędyś
b983f19c1f
Add basic support for Java 7 NIO file systems ( #20293 )
2016-04-25 11:25:26 +02:00
poojadshende
1b05cba2bc
Updated the documentation example for Directives.getFromDirectory and Directives.getFromResourceDirectory- #20186
2016-04-10 14:30:42 -07:00
Konrad Malawski
d83a323549
=htp #20052 headerValueByType now works with custom headers
2016-03-22 13:11:05 +01:00
Konrad Malawski
2933045156
+htp #20002 add authorizeAsync
2016-03-17 00:58:33 +01:00
Konrad Malawski
2d7d24dee6
+doc,htp #19896 directives for RequestTimeout and docs
2016-03-08 18:17:35 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Konrad Malawski
c24cac2b04
+doc add missing migration parts to java documentation
2016-02-16 19:57:03 +01:00
Konrad Malawski
c25e0abab6
!str split Framing into javadsl and scaladsl
2016-02-16 18:53:49 +01:00
Konrad Malawski
1143b27b89
+doc #19796 explain how to obtain a JsValue using entity(as)
2016-02-16 16:29:43 +01:00
Chris Baxter
fbd12c7c83
=htt #19388 Fixing broken test in akka-docs from RemoteAddress changes
...
Also dealing with merge conflicts from my fork's head
Conflicts:
akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala
akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala
2016-02-10 13:14:04 -05:00
Konrad Malawski
645028fa8c
Merge pull request #19715 from ktoso/wip-done-marshalling
...
+htc #19708 provides default marshaller for akka.Done (200, empty text…
2016-02-10 10:11:16 +01:00
Konrad Malawski
3d718cf1f1
+htc #19708 provides default marshaller for akka.Done (200, empty text response)
2016-02-08 16:07:35 +01:00
Johan Andrén
61b375cec8
!htt #19514 Update RouterSettings to be non case class
2016-01-25 17:09:03 +01:00
Konrad Malawski
379a3a85b4
!htc #19514 add withXYZ methods to all configs
2016-01-25 15:30:59 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
4c72495581
#19440 replace Scala Future usage with CompletionStage in javadsl
...
This entails:
* adding akka.pattern.PatternCS.* to enable ask etc. with
CompletionStage
* changing RequestContext to offer an ExecutionContextExecutor for the
CompletionStage.*Async combinators
* splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
Konrad Malawski
1b47fbeac7
!htc,doc,htp #19508 fix casing of WebSocket (as per spec)
2016-01-22 11:12:22 +01:00
Roland Kuhn
3140e72265
#19046 replace system.{shutdown => terminate}
2016-01-20 11:50:43 +01:00
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00
Wojciech Jurczyk
edf0d6cb21
+htp: #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives
2016-01-14 23:16:00 +01:00
Konrad Malawski
5a18d43435
+doc #19429 initial merge of docs-dev and docs
2016-01-14 00:31:03 +01:00