* #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
This commit is contained in:
parent
91eb27947b
commit
06aaa273f1
8 changed files with 387 additions and 9 deletions
|
|
@ -14,7 +14,8 @@ with the same name, the first one will be used and the subsequent ones ignored.
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
.. includecode2:: ../../../../code/docs/http/javadsl/server/directives/FileUploadDirectivesExamplesTest.java
|
||||
:snippet: fileUpload
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ one will be used and the subsequent ones ignored.
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
.. includecode2:: ../../../../code/docs/http/javadsl/server/directives/FileUploadDirectivesExamplesTest.java
|
||||
:snippet: uploadedFile
|
||||
Loading…
Add table
Add a link
Reference in a new issue