org.mashupbots.socko.routes
Matches HTTP requests with a method set to HEAD.
HEAD
For example:
val r = Routes({ case HEAD(ctx) => { ... } })
Matches HTTP requests with a method set to
HEAD.For example:
val r = Routes({ case HEAD(ctx) => { ... } })