Liking cljdoc? Tell your friends :D

dogfort.middleware.cookies

Middleware for parsing and generating cookies.

Middleware for parsing and generating cookies.
raw docstring

dogfort.middleware.keyword-params

Middleware that converts parameter keys in the request to keywords.

Middleware that converts parameter keys in the request to keywords.
raw docstring

dogfort.middleware.nested-params

Middleware to convert a single-depth map of parameters to a nested map.

Middleware to convert a single-depth map of parameters to a nested map.
raw docstring

dogfort.middleware.nested-params-test

No vars found in this namespace.

dogfort.middleware.params

Middleware to parse url-encoded parameters from the query string and request body.

Middleware to parse url-encoded parameters from the query string and request
body.
raw docstring

dogfort.middleware.session

Middleware for maintaining browser sessions using cookies.

Sessions are stored using types that adhere to the dogfort.middleware.session.store/SessionStore protocol. Ring comes with two stores included:

dogfort.middleware.session.memory/memory-store dogfort.middleware.session.cookie/cookie-store

Middleware for maintaining browser sessions using cookies.

Sessions are stored using types that adhere to the
dogfort.middleware.session.store/SessionStore protocol.
Ring comes with two stores included:

  dogfort.middleware.session.memory/memory-store
  dogfort.middleware.session.cookie/cookie-store
raw docstring

dogfort.middleware.session.cookie

A session storage engine that stores session data in encrypted cookies. Less secure than the ring version. Woof woof!

A session storage engine that stores session data in encrypted cookies.
Less secure than the ring version.  Woof woof!
raw docstring

dogfort.middleware.session.memory

A session storage engine that stores session data in memory.

A session storage engine that stores session data in memory.
raw docstring

dogfort.middleware.session.store

Contains the protocol used to define all Ring session storage engines.

Contains the protocol used to define all Ring session storage engines.
raw docstring

dogfort.util.data

Miscellaneous functions for manipulating data structures.

Miscellaneous functions for manipulating data structures.
raw docstring

dogfort.util.mime-type

Utility functions for finding out the mime-type of a file.

Utility functions for finding out the mime-type of a file.
raw docstring

dogfort.util.parsing

Regular expressions for parsing HTTP.

For internal use.

Regular expressions for parsing HTTP.

For internal use.
raw docstring

dogfort.util.request

Functions for augmenting and pulling information from request maps.

Functions for augmenting and pulling information from request maps.
raw docstring

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

× close