Skip to content

patriot1burke/Pitbull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitbull is an HTTP abstraction that defines an SPI between the network socket layer and the component layer.  The network socket layer could be Netty, XNIO, or whatever.  The component layer could be a servlet container, JAX-RS, really anything that wants to receive and process HTTP requests.  The idea with the abstraction layer is that one HTTP engine can sit on top of a Servlet container as well as subsystems that need an HTTP layer, but don't want a big huge servlet container.

Pitbull also has a servlet container implementation that is both embeddable and runnable standalone as well as integrated with JBoss AS7.

About

HTTP abstraction, servlet container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages