pedestal-docs icon indicating copy to clipboard operation
pedestal-docs copied to clipboard

Documentation for Pedestal.

Results 21 pedestal-docs issues
Sort by recently updated
recently updated
newest added

Tested in Chrome and Arc. Also tested from command line with wget. Client can establish a connection but does not receive a response. http://pedestal.io works fine, but many browsers are...

Fix link formatting for Kroki link

The value of :name key threw me off just a little bit.

Fixed some typos and changed "query string" to "URI path" in one place to be more accurate. I went through some of the guides recently and took some notes for...

Hello, In one of the 'get-started' tutorial steps there's an 'echo' route defined in multiple places without a :route-name. See here: http://pedestal.io/guides/hello-world-content-types As a result, when I try to` (require...

At http://pedestal.io/cookbook/index#_custom_log_format In the code example ```clojure (def log-request "Logs all http requests with response time." {:name ::log-request :enter (fn [context] (assoc-in context [:request :start-time] (System/currentTimeMillis))) :leave (fn [context] (let...

Hi there, I've recently migrated our production systems to pedestal (from ring/jetty) after several attempts to digest all the documentation. I'm creating this issue to highlight some areas of the...

Topics to cover: - [x] Basic structure of `:enter`, `:leave`, and `:error` functions - [x] Creating an interceptor from a map - [x] Interceptors as values (i.e., `def` with a...

### Objective Improve unit test docs by having form params examples ### Background I took half a day to manage how to send form params in `:body` of `response-for` It...

The behavior appears to be nondeterministic as opposed to wild card routes always winning. Let's verify and update the docs accordingly.