Popularity
4.0
Declining
Activity
0.0
Stable
2
3
3

Monthly Downloads: 4
Programming language: Haskell
License: Apache License 2.0
Tags: Web     Scotty    

scotty-format alternatives and similar packages

Based on the "scotty" category.
Alternatively, view scotty-format alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of scotty-format or a related project?

Add another 'scotty' Package

README

scotty-format

scotty-format is a helper for the Scotty web framework that helps you defining different response formats based on the request's Accept header value.

The functional inspiration for this helper comes from how Rails handles different response formats. In Rails you can implement any action to respond with different formats based on a request Accept header value.

Inspiration for the implementation of this helper comes from scotty-resource, another helper for Scotty that lets you define REST resources easily by following HTTP strictly.

Usage example

Checkout the examples directory.