Skip to content

Commit

Permalink
adding necessary import renaming for people not reading example code
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnyste committed Oct 31, 2015
1 parent 348651b commit 10e1449
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 10e1449

Please sign in to comment.