Merge pull request #17965 from spray/w/java-side-documentation
Java side documentation progress
This commit is contained in:
commit
95e2640902
52 changed files with 1520 additions and 32 deletions
|
|
@ -119,6 +119,7 @@ class HttpServerExampleSpec extends WordSpec with Matchers {
|
|||
}
|
||||
}
|
||||
|
||||
// `route` will be implicitly converted to `Flow` using `RouteResult.route2HandlerFlow`
|
||||
Http().bindAndHandle(route, "localhost", 8080)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue