No description
Find a file
Rich Dougherty 8588fb9fbf !hco Make Content-Length and Content-Type visible but not constructible
This makes the `Content-Length` and `Content-Type` types visible - but not
constructible - outside of Akka HTTP. The change partially reverts #15800.
the http package. The types need to be visible so that Play can access
all parsed headers. However they types are not constructible outside Akka
HTTP because it is not desirable for users to create these headers. Users
should set the Content-Length and Content-Type via the members of the
HttpEntity objects.

Includes integration tests in the io.akka package to ensure that objects
have correct visibility outside akka.http.
2014-09-19 14:21:07 +12:00
akka-docs-dev !str #15121 MaterializerSettings now uses a config object 2014-09-01 19:21:57 +02:00
akka-http/src/main =htp Add akka-http-tests project, tests for already-ported directives 2014-09-11 17:15:50 +02:00
akka-http-core/src !hco Make Content-Length and Content-Type visible but not constructible 2014-09-19 14:21:07 +12:00
akka-http-testkit/src +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
akka-http-tests/src/test/scala/akka/http +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
akka-parsing/src/main =par more shapeless strip-down and comment cleanup 2014-09-12 12:03:56 +02:00
akka-stream/src/main +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
akka-stream-tck/src/test/scala/akka/stream/tck +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
akka-stream-testkit/src/test +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
akka-stream-tests/src/test +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00