-
Notifications
You must be signed in to change notification settings - Fork 115
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
Native SSL support #816
Native SSL support #816
Conversation
rebased on master. |
rebased on master. |
to accomodate ssl sockets
STARTTLS baby!
and organize in subcommands while at it
rebased on master. |
(data (stx-identifier #'http-method 'data)) | ||
(auth (stx-identifier #'http-method 'auth)) | ||
(ssl-context (stx-identifier #'http-method 'ssl-context)) | ||
(deadline (stx-identifier #'http-method 'deadline))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can now use with-id
for that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(defrules defhttp-method (=>)
((ctx (http-method url arg ...) body ...)
(with-syntax ctx ((redirect #'http-method 'redirect) ...)
(def (http-method ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nice, we can do in follow up pr!
Alright, I am going to merge it and work on the documentation when @drewc shiny docs branch is ready. |
Closes #727
Closes #22
See #724
Action Items:
Follow up: