Skip to content

unfiltered/unfiltered

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unfiltered

Join the chat at https://gitter.im/unfiltered/unfiltered

See 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 API.

filter-async

Provides asynchronous support for the filter module

jetty

Provides an embedded web server abstraction for serving filters.

netty

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

netty-uploads

Provides extractors for multipart posts using netty.

specs2

Provides helpers for testing Intents with specs2.

uploads

Provides extractors for multipart posts using the servlet API.

json4s

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

websockets

A minimal server websocket interface build on netty

Community

Join the Unfiltered mailing list on Google Groups.

Example Apps

There are some giter8 templates for Unfiltered contain a bit of example code.