clj http

11
clj-http

Upload: andre-mayer

Post on 26-May-2015

693 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: clj http

clj-http

Page 2: clj http

What?

clj-http is a Clojure HTTP library inspired by Ring and designed for simplicity and testability.

Provide functions to execute HTTP operationsusing Ring-style middleware to layer functionality over the core HTTP request/response implementation.

Page 3: clj http

• Supported HTTP operations:–get– head– put– post– delete

Page 4: clj http

mmcgrana (Mark McGranaghan)

• ring• clj-redis• fleetdb• clj-http

https://github.com/mmcgrana

Page 5: clj http

hands-on

Page 6: clj http

leiningen

Page 7: clj http

project.clj

Page 8: clj http

hands-on

Page 9: clj http

• 5

hands-on

Page 10: clj http

more examples

Page 11: clj http

Thank you