Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found option #216

Merged
merged 4 commits into from Sep 27, 2013
Merged

Not found option #216

merged 4 commits into from Sep 27, 2013

Conversation

cldwalker
Copy link
Member

Also added some useful docs for additional options users can pass in from their service.clj

@@ -143,6 +162,14 @@
(servlet/servlet :service service-fn)))

(defn create-servlet
"Creates a servlet given an options map with keyword keys prefixed by namespace e.g.
:io.pedestal.service.http/interceptors or bootstrap/interceptors if the namespace is aliased to bootstrap.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be bootstrap/interceptors or :bootstrap/interceptors?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically it would be ::bootstrap/interceptors. I'll update it

@avescodes
Copy link

I had one question about whether something was a symbol or a keyword, but otherwise feel free to merge this @cldwalker

cldwalker added a commit that referenced this pull request Sep 27, 2013
@cldwalker cldwalker merged commit 4e13a77 into master Sep 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants