Liking cljdoc? Tell your friends :D

noir.exception

Functions to handle exceptions within a Noir server gracefully.

Functions to handle exceptions within a Noir server gracefully.
raw docstring

noir.options

Allows access to Noir's server options

Allows access to Noir's server options
raw docstring

noir.request

Functions for accessing the original request object from within noir handlers

Functions for accessing the original request object from within noir handlers
raw docstring

noir.response

Simple response helpers to change the content type, redirect, or return a canned response

Simple response helpers to change the content type, redirect, or return a canned response
raw docstring

noir.server

A collection of functions to handle Noir's server and add middleware to the stack.

A collection of functions to handle Noir's server and add middleware to the stack.
raw docstring

noir.server.handler

Handler generation functions used by noir.server and other ring handler libraries.

Handler generation functions used by noir.server and other ring handler libraries.
raw docstring

noir.session

Stateful session handling functions. Uses a memory-store by default, but can use a custom store by supplying a :session-store option to server/start. All keys are stored as strings.

Stateful session handling functions. Uses a memory-store by
default, but can use a custom store by supplying a :session-store
option to server/start. All keys are stored as strings.
raw docstring

noir.statuses

If no pages are defined that match a request, a status page is used based on the the HTTP status code of the response. This contains the function necessary to get or set these status pages.

If no pages are defined that match a request, a status page is used based on the
the HTTP status code of the response. This contains the function necessary to get
or set these status pages.
raw docstring

noir.util.crypt

Simple functions for hashing strings and comparing them. Typically used for storing passwords.

Simple functions for hashing strings and comparing them. Typically used for storing passwords.
raw docstring

noir.util.gae

Functions to help run noir on Google App Engine.

Functions to help run noir on Google App Engine.
raw docstring

noir.util.middleware

Helpful middleware functions

Helpful middleware functions
raw docstring

noir.util.test

A set of utilities for testing a Noir project

A set of utilities for testing a Noir project
raw docstring

noir.validation

Functions for validating input and setting string errors on fields. All fields are simply keys, meaning this can be a general error storage and retrieval mechanism for the lifetime of a single request. Errors are not persisted and are cleaned out at the end of the request.

Functions for validating input and setting string errors on fields. 
All fields are simply keys, meaning this can be a general error storage and 
retrieval mechanism for the lifetime of a single request. Errors are not 
persisted and are cleaned out at the end of the request.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close