Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jin-H/akka-http
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-H committed Jul 10, 2019
2 parents c938982 + 9eaa984 commit 0a5d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ project](https://github.com/akka/akka-http-java-seed.g8)].
## Routing DSL for HTTP servers

The high-level, routing API of Akka HTTP provides a DSL to describe HTTP "routes" and how they should be handled.
Each route is composed of one or more level of `Directives` that narrows down to handling one specific type of
Each route is composed of one or more level of @apidoc[Directives] that narrows down to handling one specific type of
request.

For example one route might start with matching the `path` of the request, only matching if it is "/hello", then
Expand Down

0 comments on commit 0a5d37d

Please sign in to comment.