haskell-servant/servant

servant-server tutorial (or cookbook?): Add Raw example that's not about static file serving

Open

#1,144 opened on Mar 6, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (422 forks)batch import
documentationdocumentation:cookbookhelp wantedservant-servertutorial

Repository metrics

Stars
 (1,953 stars)
PR merge metrics
 (Avg merge 5h 49m) (2 merged PRs in 30d)

Description

For example, a problem that came up on the #servant IRC channel: dynamic/conditional reverse proxy-ing, passing along the entire request as is when the condition is satisfied, responding with something else otherwise.

Contributor guide