summaryrefslogtreecommitdiff
path: root/src/catlfish_web.erl
Commit message (Collapse)AuthorAgeFilesLines
* No need to strip "/" from path really.Linus Nordberg2015-11-131-5/+5
|
* Parametrise "application part" of URL.Linus Nordberg2015-11-131-5/+16
| | | | | Breaking out "ct/v1" to a separate argument to request(). Good for other applications.
* Whitespace.Linus Nordberg2015-11-131-11/+22
|
* Fix copyright strings.Linus Nordberg2015-04-091-1/+1
|
* Allow non-TLS httpMagnus Ahltorp2015-03-311-3/+3
| | | | Closes CATLFISH-31
* Added authentication between frontend and storage nodesMagnus Ahltorp2015-02-271-4/+28
|
* Log time spent serving a requestMagnus Ahltorp2015-02-201-0/+3
|
* Move internal HTTP APIs to mochiweb.Magnus Ahltorp2014-10-251-6/+5
|
* Use mochiweb for v1 APIMagnus Ahltorp2014-10-241-0/+48
Conflicts: catlfish.config src/v1.erl