Skip to content

Commit

Permalink
Added new libraries to README
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 5, 2011
1 parent 929b165 commit 67989da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,7 @@ To see a more sophisticated Ring app, run:
* `ring.middleware.file`: Serve static files out of a public directory.
* `ring.middleware.static`: Serve static files with specified prefixes out of a public directory.
* `ring.middleware.file-info`: Augment response headers with info about File responses.
* `ring.middleware.content-type`: Augment response headers with a content-type based on the file extension.
* `ring.middleware.params`: Parse query and form params.
* `ring.middleware.multipart-params`: Parse multipart params.
* `ring.middleware.keyword-params`: Convert string param keys to keywords.
Expand All @@ -68,6 +69,9 @@ To see a more sophisticated Ring app, run:
* `ring.middleware.session`: Manage user sessions. Memory and cookie session stores are available by default.
* `ring.middleware.flash`: Adds flash message support to sessions.
* `ring.util.response`: Generate Ring responses.
* `ring.util.codec`: Encode and decode string data.
* `ring.util.mime-type`: Guess the mime-type from a file extension.


### ring-devel

Expand Down

0 comments on commit 67989da

Please sign in to comment.