-
Notifications
You must be signed in to change notification settings - Fork 28
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
Multiple Issues/Feedback #7
Comments
Thanks for the feedback @quinnj Currently the Julia API methods are oblivious of the HTTP protocol. The idea was to have separate filters that map HTTP headers to method parameters, and keep the API methods independent of the protocol. Filters would also perform authentication, request logging and such tasks. Does this sound right? Will check the |
The One other point of feedback:
|
@quinnj I had only meant to return HTML / JSON responses. But I think binary responses are a necessity for many applications. I think a little tweaking would enable that. Could you point out where you made the changes? I shall push a few changes tomorrow, to fix some of the points discussed here. |
Logging API name clash with Base was making them inaccessible. ref #7
binary content serving. sample code to demonstrate. ref #7
@quinnj please try binary responses with the latest changes. You should be able to pass gzipped data with this. |
Much of this has been addressed, and others are probably state at this point. closing. |
Hey @tanmaykm, @viralshah
I'm a little slammed at the moment, but wanted to share some feedback and thoughts on taking this for a test drive for the last week:
println()
s everywhere there were Logging actions and that worked really well to spin up two terminals and run the server in one and the invoker in anotherinfo
calls toLogging.info
because of the recent change to Base that kills both names when they clashA few questions:
Again, sorry for the mess here and not doing proper PRs, but wanted to share some feedback. Hopefully I'll be able to contribute more soon.
The text was updated successfully, but these errors were encountered: