Spock: Another Haskell web framework for rapid development

[ bsd3, library, web ] [ Propose Tags ]

This toolbox provides everything you need to get a quick start into web hacking with haskell:

  • fast routing

  • middleware

  • json

  • sessions

  • cookies

  • database helper

  • csrf-protection

A tutorial is available at spock.li


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.2.3, 0.4.2.4, 0.4.3.0, 0.4.3.1, 0.4.3.2, 0.4.3.3, 0.4.3.4, 0.4.3.5, 0.4.4.0, 0.4.4.1, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.6.0.0, 0.6.1.0, 0.6.1.1, 0.6.1.2, 0.6.1.3, 0.6.2.0, 0.6.2.1, 0.6.2.2, 0.6.2.3, 0.6.3.0, 0.6.4.0, 0.6.5.0, 0.6.6.0, 0.6.6.1, 0.7.0.0, 0.7.1.0, 0.7.2.0, 0.7.3.0, 0.7.4.0, 0.7.5.0, 0.7.5.1, 0.7.5.2, 0.7.6.0, 0.7.7.0, 0.7.8.0, 0.7.9.0, 0.7.10.0, 0.7.11.0, 0.7.12.0, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.9.0.1, 0.10.0.0, 0.10.0.1, 0.11.0.0, 0.12.0.0, 0.13.0.0, 0.14.0.0 (info)
Dependencies base (>=4 && <5), base64-bytestring (>=1.0), bytestring (>=0.10), containers (>=0.5), cryptonite (>=0.6), focus (>=0.1), hashable (>=1.2), http-types (>=0.8), hvect (>=0.3), list-t (>=0.4), monad-control (>=1.0), mtl (>=2.1), reroute (>=0.5), resource-pool (>=0.2), resourcet (>=1.2.2), Spock-core (>=0.14), stm (>=2.4), stm-containers (>=1.1.0.2), text (>=0.11.3.1), time (>=1.4), transformers (>=0.3), transformers-base (>=0.4), unordered-containers (>=0.2), vault (>=0.3), wai (>=3.0) [details]
License BSD-3-Clause
Copyright (c) 2013 - 2020 Alexander Thiemann
Author Alexander Thiemann <mail@athiemann.net>
Maintainer Alexander Thiemann <mail@athiemann.net>
Category Web
Home page https://www.spock.li
Bug tracker https://github.com/agrafix/Spock/issues
Source repo head: git clone https://github.com/agrafix/Spock
Uploaded by AlexanderThiemann at 2020-12-09T06:57:55Z
Distributions
Reverse Dependencies 9 direct, 0 indirect [details]
Downloads 53277 total (147 in the last 30 days)
Rating 2.75 (votes: 7) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-09 [all 1 reports]

Readme for Spock-0.14.0.0

[back to package description]

Spock

Build Status Hackage

Documentation: Spock 0.12.0.0

Intro

Hackage: Spock Stackage: Spock

Another Haskell web framework for rapid development. To get started with Spock, check our tutorial or take a quick look at our example projects.

For more information please visit our homepage at www.spock.li