Skip to content

Commit

Permalink
Merge pull request sbt#311 from jarin/0.9.0
Browse files Browse the repository at this point in the history
adding import renaming Path to UFPath to example for people not reading example code
  • Loading branch information
xuwei-k authored Nov 29, 2016
2 parents 7153393 + 10e1449 commit e97abf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/03.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ should provide a general purpose API that will work asynchronously on any servle
(Continuations will also work in blocking mode with any servlet 2.5 container.)

```scala
import unfiltered.request.{Path => UFPath}

object AsyncPlan extends unfiltered.filter.async.Plan {
def intent = {
case GET(UFPath("/pass")) => Pass
Expand Down

0 comments on commit e97abf0

Please sign in to comment.