Skip to content

soro/unfiltered

 
 

Repository files navigation

Unfiltered

See the the Unfiltered documentation for instructions on using the project.

Modules

library

The core application library for Unfiltered. This module provides interfaces and implementations of core request extractors and response combinators.

filter

Binds the core library to filters in the servlet 2.3 API.

filter-async

Provides asynchronous support for the filter module

jetty

Provides an embedded web server abstraction for serving filters.

jetty-ajp

An embedded server that adheres to the ajp protocol.

netty

Binds the core library to a Netty channel handler and provides an embedded server.

netty-uploads

Provides extractors for multipart posts using netty.

spec

Provides helpers for testing Intents with specs.

uploads

Provides extractors for multipart posts using the servlet API.

json

Provides extractors for working with jsonp and transforming json request bodies.

scalate

Scalate template support.

websockets

A minimal server websocket interface build on netty

Community

Join the Unfiltered mailing list on Google Groups or view the previous list on Nabble.

Example Apps

There's an in-progress example app using Unfiltered made by klaeufer, unfiltered-example-bookmarks. Also, most giter8 templates for Unfiltered contain a bit of example code.

About

A toolkit for servicing HTTP requests in Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%