pekko/akka-docs-dev/rst/scala/code/docs/http/scaladsl/server/directives
Roland Kuhn 68ba0643d6 =str,htp clean up build warnings
- explicitly provide Unit values and place parens around tuple creation
- remove structural type usage in TestUtils
- fix Java double-casts
- use unused Java values by asserting their non-nullness
- work around inability to place case class in trait (scripted test)

The remaining warnings about using private types in public methods are
bogus as reported in https://issues.scala-lang.org/browse/SI-9490.
2015-09-25 15:20:23 +02:00
..
BasicDirectivesExamplesSpec.scala =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
CodingDirectivesExamplesSpec.scala =doc Significantly extend HTTP documentation with new content and ports from spray docs 2015-05-21 10:53:24 +02:00
CookieDirectivesExamplesSpec.scala !htc #16826 introduce HttpCookiePair for usage in Cookie-header 2015-05-28 12:43:45 +02:00
DebuggingDirectivesExamplesSpec.scala =str,htp clean up build warnings 2015-09-25 15:20:23 +02:00
ExecutionDirectivesExamplesSpec.scala =str,htp clean up build warnings 2015-09-25 15:20:23 +02:00
FormFieldDirectivesExamplesSpec.scala =htp add explicit result types to formField/parameter implicits 2015-05-22 14:37:21 +02:00
FutureDirectivesExamplesSpec.scala =str,htp clean up build warnings 2015-09-25 15:20:23 +02:00
HeaderDirectivesExamplesSpec.scala =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
HostDirectivesExamplesSpec.scala =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
MarshallingDirectivesExamplesSpec.scala =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
MethodDirectivesExamplesSpec.scala =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
MiscDirectivesExamplesSpec.scala =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
ParameterDirectivesExamplesSpec.scala +htp extract multiple occurrences in the parameters/formFields directives by suffixing with .* 2015-06-17 22:21:37 -07:00
PathDirectivesExamplesSpec.scala =str,htp clean up build warnings 2015-09-25 15:20:23 +02:00
RangeDirectivesExamplesSpec.scala =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
RespondWithDirectivesExamplesSpec.scala =doc fix mentions of spray and link to magnet pattern 2015-05-21 13:24:57 +02:00
RouteDirectivesExamplesSpec.scala =str,htp clean up build warnings 2015-09-25 15:20:23 +02:00
SchemeDirectivesExamplesSpec.scala =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
SecurityDirectivesExamplesSpec.scala =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
WebsocketDirectivesExamplesSpec.scala =doc add more documentation for WebsocketDirectives and testing 2015-08-26 13:39:20 +02:00