⌂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

Unfiltered is a toolkit for servicing HTTP requests in Scala. It provides a consistent vocabulary for handling requests on various server backends, without impeding direct access to their native interfaces.

This documentation walks through basic functionality of the library. You may also want to refer to Unfiltered’s

The source code for this page can be found here.

Next: Try Unfiltered