Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 29, 2024
1 parent 89ee976 commit 53500bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ring-http-response ![Build Status](https://github.com/metosin/ring-http-response/actions/workflows/clojure.yml/badge.svg)
# ring-http-response
![Build Status](https://github.com/metosin/ring-http-response/actions/workflows/clojure.yml/badge.svg)
[![cljdoc badge](https://cljdoc.xyz/badge/metosin/ring-http-response)](https://cljdoc.xyz/d/metosin/ring-http-response/CURRENT)

Handling HTTP Statuses with Clojure(Script), originally ported from the awesome [Spray](http://spray.io/).
Mostly a drop-in-place replacement for `ring.util.response`.
Expand Down Expand Up @@ -110,6 +112,11 @@ These include: `status`, `header`, `file-response`, `content-type`, `find-header

All code is generated using [Mustache](https://mustache.github.io/) templates, see [user.clj](https://github.com/metosin/ring-http-response/blob/master/dev/user.clj).

```
lein repl
user=> (generate!)
```

## Making a release

- Update `CHANGELOG.md` and increment the version number in `project.clj`
Expand Down

0 comments on commit 53500bc

Please sign in to comment.