The Wayback Machine - https://web.archive.org/web/20201116154247/https://github.com/ring-clojure/ring-spec
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Ring-Spec

A library for Ring that contains specs for requests, responses and handlers.

Installation

Add the following dependency to your project file:

[ring/ring-spec "0.0.4"]

Usage

This library exposes the following specs:

  • :ring/request
  • :ring/response
  • :ring/handler

These can be used to validate requests, responses and handler functions respectively.

The request and response specs also have generators associated with them, allowing valid Ring requests and responses to be generated for use with test.check.

License

Copyright © 2018 James Reeves

Distributed under the MIT License, the same as Ring.

About

Clojure specs for Ring

Topics

Resources

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.