Liking cljdoc? Tell your friends :D

clanhr.reply.core


acceptedclj

(accepted info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

async-replyclj/smacro

(async-reply & reply)
source

async-resultclj/smacro

(async-result & reply)
source

bad-requestclj

(bad-request info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

createdclj

(created info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

dataclj

(data status info)
(data status info content-type)

Builds a response with the given data

Builds a response with the given data
sourceraw docstring

excel-fileclj

(excel-file file-path file-name)

Builds a response from an excel file

Builds a response from an excel file
sourceraw docstring

exceptionclj

(exception ex)

Builds a response for an exception

Builds a response for an exception
sourceraw docstring

fileclj

(file file-path file-name content-type)

Builds a response for a given file path

Builds a response for a given file path
sourceraw docstring

forbiddenclj

(forbidden)
(forbidden info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

internal-server-errorclj

(internal-server-error info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

lockedclj

(locked)
(locked info)

Builds a response for a locked resource

Builds a response for a locked resource
sourceraw docstring

not-foundclj

(not-found info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

okclj

(ok info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

ok-icalclj

(ok-ical info)
source

payment-requiredclj

(payment-required)
(payment-required info)

Builds a response for a payment-required

Builds a response for a payment-required
sourceraw docstring

plain-dataclj

(plain-data status info content-type)
source

redirectclj

(redirect url)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

redirect-dataclj

(redirect-data status url)
source

resultclj

(result result)

Builds a response for a clanhr's result

Builds a response for a clanhr's result
sourceraw docstring

savedclj

(saved new? info)

Builds a response for a created or updated model

Builds a response for a created or updated model
sourceraw docstring

unauthorizedclj

(unauthorized)
(unauthorized info)

Builds a response with the given data and creates status code

Builds a response with the given data and creates status code
sourceraw docstring

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

× close