-
Notifications
You must be signed in to change notification settings - Fork 24
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
Using the library in ClojureScript and self-host? #21
Comments
I think it's a great idea to have common/cljc abstractions for simple things like http responses. There are at least two friendly copies out there, macchiato being one. The |
I am glad you referred to macchiato because that's exactly what I contributed to yesterday: https://github.com/macchiato-framework/macchiato-http 😄 |
Are you happy with that or would you like to still port this to cljc? |
To be honest I have always liked this API slightly better... |
I am evaluating this lib for usage in constructing responses from my CLJS lambda functions but I have noticed that the main file is a
http_response.clj
is.clj
file.Is this something you folks would be willing to change? I could try to work on something that works on both ClojureScript and self-host for instance.
It would basically importing things from
macchiato
or copy over the bits it needs fromring
instead of referring the vars.What do you think?
The text was updated successfully, but these errors were encountered: