Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 595 Bytes

README.rest

File metadata and controls

26 lines (16 loc) · 595 Bytes

tubes

a series of tubes

tubes is a library that allows you to create web applications by composing little functions using the pipe library to check or mutate the request along the way.

tubes make it easy to test each functionality in isolation or on blocks at different levels by using pipe's compose functionality.

install

go to clojars for instructions:

https://clojars.org/org.marianoguerra/tubes

license

Copyright (C) 2013 Mariano Guerra

Distributed under the Eclipse Public License, the same as Clojure.