org.mashupbots.socko.routes
Used to help match an HTTP Chunk context.
For example:
val r = Routes({ case HttpChunk(httpChunk) => { ... } })
Used to help match an HTTP Chunk context.
For example:
val r = Routes({ case HttpChunk(httpChunk) => { ... } })