Skip to content

An adapter to run a happstack-server ServerPart as a WAI Application

License

Notifications You must be signed in to change notification settings

aslatter/happstack-wai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package provides a simple adapter to run a Happstack application on a WAI host, such as Warp.

My goal has been to explore what it would take for Happstack to addopt a WAI backend as standard, instead of implementing its own HTTP server code.

As such, I take some shortcuts in the implementation where it doesn't matter for testing - currently we only send HTTP response codes without response descriptions, and we do not respond well to a unknown HTTP method.

About

An adapter to run a happstack-server ServerPart as a WAI Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published