gosubpl
7d7a5e51da
added test showing that timeout is correctly reset for both infinite as well as finite initial request-timeout ( #20817 )
2016-08-30 22:18:26 +02:00
gosubpl
fcc1d12879
fix for infinite timeout disabling timeout infrastructure ( #20817 )
2016-08-25 23:32:14 +02:00
2beaucoup
0ed4a2aae9
=htp clean up json stream unmarshalling ( #21233 )
2016-08-19 16:21:33 +02:00
Hawstein
3e2bdb55a3
add extractActorSystem directive ( #21097 )
2016-08-16 14:59:05 +02:00
Johan Andrén
22d669f7f0
More generous timeout in file upload sample spec #20727
2016-08-09 18:03:35 +02:00
Shivansh Srivastava
25e4586aa0
[ #21090 ] Added the improved code for loggingResponsetime and added the link in the docs ( #21118 )
...
* [#21090 ] Added the improved code for loggingResponsetime and added the link in the docs
* [#21090 ] Added javadocs for logRequestResponseTime
* [#21090 ] Removed the compilation error caused by the missing imports
* [#21090 ] Removed the compilation error caused by type
* [#21090 ] Improved the identation of the code
* [#21090 ] Improved the identation of the code
* [#21090 ] Removed the empty line
* [#21090 ] Refactored the documentation with clear explanations
2016-08-05 16:16:14 +02:00
Richard Imaoka
d1a9049fa0
Add samples to run HTTP and HTTPS servers in the same app #18551 ( #21079 )
2016-08-05 16:11:59 +02:00
Konrad Malawski
9cc32c3aba
+htp #18837 completely rewrite EntityStreamingSupport
...
added CSV examples
updated docs
EntityStreamingSupport is now an entry point, to all streaming things
both read and write side use it
it's easy to extend as well
2016-08-02 15:27:21 +02:00
Konrad Malawski
6562ddd2df
=htp address review feedback on JSON streaming
2016-08-02 15:27:21 +02:00
Konrad Malawski
c3308149be
+htp #18837 allow as[Source[Tweet, NotUsed]]
2016-08-02 15:27:21 +02:00
Konrad Malawski
c76ec2ac15
+htp #18837 more docs and final cleanups, complete java docs
2016-08-02 15:27:21 +02:00
Konrad Malawski
db880a3db0
+htp #18837 implemented JavaDSL for Source streaming
2016-08-02 15:27:21 +02:00
Konrad Malawski
24454f7f09
+htp #18837 JSON framing and framed entity streaming directives
2016-08-02 15:27:21 +02:00
Ian Clegg
f33f2197b6
=htc #20786 Fix for RFC 7235 so HttpChallenge only renders the realm when it has a value ( #21043 )
2016-07-28 13:32:50 +02:00
Richard S. Imaoka
15c77e3392
Document HTTP custom method ( #20508 )
2016-07-26 12:33:45 +02:00
Hawstein
867131f626
+doc add unit tests for extractDataBytes and extractRequestEntity directives ( #21022 )
2016-07-26 12:02:04 +02:00
Johan Andrén
27efafecfc
=htp #21009 Correct type of response in logging directive samples ( #21010 )
...
* Correct type of response in logging directive samples #21009
* Updates to signatures in the docs as well
2016-07-22 13:12:33 +02:00
Hawstein
6fb2d176a1
+htp #20881 add toStrictEntity and extractStrictEntity directive ( #20953 )
2016-07-22 11:33:30 +02:00
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