⌂Unfiltered
0.12.1
  • Try Unfiltered
  • Plans and Intents
  • Bindings and Servers
  • Project Setup
  • Community
  • Matching and Responding
    • Request Matchers
    • Within the Parameters
    • Response Functions
    • Silly Store
  • Directives and Validation
    • Directive Intent
    • Parameters as Directives
    • Interpreter Reuse and Implicits
    • Required Parameters
    • Independent Failure
    • Interpreters of Your Own Design
    • Let’s wrap this up, Ada
  • Application Structure
    • Planning for Any-thing
    • Just Kitting
  • Identification and Cookies
    • Who’s Who
    • Remembrance of Things Past
  • Netty Plans
    • Trying Netty
    • Execution and Exceptions
    • Chunked Requests
    • Going Asynchronous
    • Asyncrazy Temperature Server
  • Jetty Extras
  • ScalaTest
  • Who’s Using Unfiltered?
Unfiltered
⌂Unfiltered
0.12.1
  • Try Unfiltered
  • Plans and Intents
  • Bindings and Servers
  • Project Setup
  • Community
  • Matching and Responding
    • Request Matchers
    • Within the Parameters
    • Response Functions
    • Silly Store
  • Directives and Validation
    • Directive Intent
    • Parameters as Directives
    • Interpreter Reuse and Implicits
    • Required Parameters
    • Independent Failure
    • Interpreters of Your Own Design
    • Let’s wrap this up, Ada
  • Application Structure
    • Planning for Any-thing
    • Just Kitting
  • Identification and Cookies
    • Who’s Who
    • Remembrance of Things Past
  • Netty Plans
    • Trying Netty
    • Execution and Exceptions
    • Chunked Requests
    • Going Asynchronous
    • Asyncrazy Temperature Server
  • Jetty Extras
  • ScalaTest
  • Who’s Using Unfiltered?
  • Unfiltered
  • Matching and Responding

Matching and Responding

A typical request/response cycle can be handily directed with a few lines of code. This section applies pattern matching and combinator functions to expose a simple key-value store.

The source code for this page can be found here.

Next: Request Matchers