happstack-static-routing alternatives and similar packages
Based on the "Web" category.
Alternatively, view happstack-static-routing alternatives based on common mentions on social networks and blogs.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more! -
yesod-persistent
A RESTful Haskell web framework built on WAI. -
scotty
Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository) -
reroute
Another Haskell web framework for rapid development -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
graphql-api
Write type-safe GraphQL services in Haskell -
webify
webfont generator - converts ttf to woff, eot and svg -
wreq-patchable
An easy-to-use HTTP client library. -
espial
Espial is an open-source, web-based bookmarking server. -
scalpel-core
A high level web scraping library for Haskell. -
servant-auth
Authentication combinators for servant -
airship
Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps. -
apecs-gloss
a fast, extensible, type driven Haskell ECS framework for games -
haskell-kubernetes
Haskell bindings to the Kubernetes API (via swagger-codegen) -
nixpkgs-update
Updating nixpkgs packages since 2018 -
digestive-functors
A general way to consume input using applicative functors -
yesod-auth-oauth2
OAuth2 authentication for yesod -
servant-elm
Automatically derive Elm functions to query servant webservices -
hamlet
Haml-like template files that are compile-time checked -
hbro
[Unmaintained] A minimal web-browser written and configured in Haskell. -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
jsaddle
JavaScript interface that works with GHCJS or GHC -
backprop
Heterogeneous automatic differentiation ("backpropagation") in Haskell -
kubernetes-client-core
Haskell client for the kubernetes API. A work in progress. -
engine-io
A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-base
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC -
android-lint-summary
Prettier display of Android Lint issues
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of happstack-static-routing or a related project?
README
happstack-static-routing

If you have a large routing table in Happstack and want to insert a new handler, you might run into overlap problems (ambiguity). The new handler might not fire because it matches against a URL that is already handled earlier. Or if you put your new handler first, it might steal requests from existing handlers.
This Happstack support library allows you to detect overlap cases and build unambiguous routing tables where the order of the handlers is irrelevant.