Johan Andrén
2eb226ed32
ActorContext.getParent for Java API #22413
2017-03-16 09:30:00 +01:00
Nafer Sanabria
432b53c509
clarify Akka Http starting version
2017-01-29 08:31:29 -07:00
Konrad Malawski
a6a5556a8f
Remove Akka-HTTP sources from akka/akka, moving to akka/akka-http! ( #21690 )
2016-10-18 15:17:17 +02:00
Hawstein
b9a05aff96
add java api for websocket testkit #21184
...
And additionally adds unit test for WebSocketDirectives #20466
2016-09-02 13:28:49 +02:00
Bernard Leach
ac8c4dc1b1
+Doc #20192 update http example to always consume response ( #21241 )
...
The single-request-in-actor-example does not consume the response
in where the status code is not OK. Although this is unlikely
to cause backpressure issues as the response is likely to have
a HttpEntity.Strict entity, the example is confusing as it
does not follow the warning about always consuming the response.
2016-08-24 11:16:08 +02:00
Lukasz Kusek
b873536e68
=doc fix akka-http timeouts documentation #21214
...
change akka.http.http-connection-pool -> akka.http.host-connection-pool
2016-08-17 21:05:53 +01:00
Hawstein
3e2bdb55a3
add extractActorSystem directive ( #21097 )
2016-08-16 14:59:05 +02:00
Stefano Bonetti
16e3e01ba2
=doc websocket - amending streaming to streamed msgs #19945
2016-08-09 13:10:52 +02:00
Stefano Bonetti
f150b23c59
=doc adding a note about websocket idle-timeout #19945
2016-08-08 16:00:04 +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
c76ec2ac15
+htp #18837 more docs and final cleanups, complete java docs
2016-08-02 15:27:21 +02:00
Johan Andrén
f8a810317f
Link to migration guide from java docs, minor corrections for #20945
2016-07-29 16:42:44 +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
Hawstein
6fb2d176a1
+htp #20881 add toStrictEntity and extractStrictEntity directive ( #20953 )
2016-07-22 11:33:30 +02:00
Thomas Szymanski
3871e18acd
Fix typos in HTTP streaming doc ( #20963 )
2016-07-15 12:38:11 +02:00
Nafer Sanabria
1009f8e235
=doc Fix indefinite articles typos in docs ( #20924 )
2016-07-11 14:13:40 +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
gosubpl
b6f6438e96
doc #20466 Java range-directives examples added ( #20892 )
...
* #20466 Java range-directives examples added
* #20466 post-review changes
2016-07-06 23:23:45 +02:00
gosubpl
06aaa273f1
doc #20466 akka http java dsl examples - file upload directives ( #20859 )
...
* #20466 file upload - first example test done
* #20466 second test from FileUploadDirectivesExample passing in Java
* #20466 FileUploadDirectives examples file rename plus docs
* #20466 post-review changes - adding better JAVA Multipart API
* #20466 Multipart Java conversions fix and added spec for the Java side of the model
2016-07-05 10:26:27 +02:00
Michal Sitko
72f8544efd
+htp #18929 add withSizeLimit directive ( #20760 )
...
withSizeLimit and withoutSizeLimit directives added
2016-06-28 12:14:44 +02:00
Hawstein
6777e7f7d9
+doc #20466 example snippet for akka http java dsl: ParameterDirectives ( #20823 )
2016-06-23 23:29:01 +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
Fabian Gutierrez
ee77273fac
akka http javadsl - add path directive tests ( #20813 )
...
* akka http javadsl - add debugging directive test
* fixes line breaks
* add additional examples on PathDirectives
* link documentation to test examples
* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing
* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing
2016-06-22 01:13:27 +02:00
Hawstein
cc22ed4560
+doc example snippet for akka http java dsl: SecurityDirectives ( #20717 )
2016-06-19 02:06:19 +02:00
Michal Sitko
b7fdcb06c4
+doc add depenedency note to docs #20732 ( #20761 )
2016-06-09 16:02:27 +02:00
Hawstein
efb18c95b1
example snippet for akka http java dsl: FileAndResourceDirectives ( #20758 )
2016-06-09 15:34:25 +02:00
Robert Budźko
e40a2b21c4
+doc #20521 Enrich docs and tests regarding empty strings used in matchers ( #20719 )
2016-06-08 15:20:21 +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
87a9196088
+doc #20466 example snippet for akka http java dsl: FormFieldDirectives ( #20731 )
2016-06-06 20:45:36 +02:00
Hawstein
0263774f82
+doc #20466 example snippet for akka http java dsl: RouteDirectives ( #20721 )
2016-06-06 10:24:49 +02:00
Hawstein
16e8f8f54a
+doc #20466 example snippet for akka http java dsl: CodingDirectives ( #20718 )
2016-06-05 21:31:28 +02:00
Hawstein
ab83603733
+doc #20466 example snippet for akka http java dsl: ExecutionDirectives ( #20710 )
2016-06-05 21:29:58 +02:00
Hawstein
f98c1946d8
+doc #20466 example snippet for akka http java dsl: BasicDirectives ( #20647 )
2016-06-03 13:43:42 +02:00
Patryk Jażdżewski
c75504c3b6
doc #20622 Document the Raw URI option in reference docs ( #20682 )
...
* #20622 : add a paragraph to HTTP Model doc explaining raw-request-uri-header flag
* raw-request-uri-header flag - better description in docs
* fix typo: it's -> its
* fix typo: requests -> request's
2016-06-02 12:25:05 +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
John Zhang
b95b60a6a5
+doc #20466 add header directive examples (Java) ( #20673 )
2016-06-01 13:26:45 +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
Felipe Fernández
2d6ec9c4cf
+doc #20466 Include Future Directives Examples for Java. ( #20619 )
2016-05-30 16:42:14 +02:00
Fabian Gutierrez
2b60f5fcbf
+doc #20466 akka http javadsl - add debugging directive test ( #20651 )
...
* akka http javadsl - add debugging directive test
* fixes line breaks
2016-05-30 10:47:45 +02:00
gosubpl
66d4f82685
=doc fix inaccurate docs #20632 ( #20652 )
...
* Replace Rest with Remaining and RestPath with RemainingPath
* changed files: path-directives.rst and path-matchers.rst
2016-05-29 20:55:35 +02:00
Hawstein
77741acfca
+doc,htp example snippet for akka http java dsl: CookieDirectives ( #20585 )( #20466 )
2016-05-24 11:22:24 +02:00
Felipe Fernández
d9c7f9b7f0
=doc,htp #20466 Include Respond Directives Examples for Java. ( #20595 )
...
* Include Respond Directives Examples for Java.
* Include license on RespondWithDirectivesExamplesTest.
2016-05-24 10:54:44 +02:00
Fabian Gutierrez
43c09a4b63
Add scheme directive example in javadsl ( #20586 )
...
* add scheme directive test
* link documentation to the scheme directive
2016-05-23 12:49:54 +02:00
Johan Andrén
ab526356dd
Docs for half closed client WebSockets #19957
2016-05-16 11:10:30 +02:00