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

Need help to find all the paramteres of Request type. #37

Closed
sarvghotra opened this issue Feb 24, 2017 · 1 comment
Closed

Need help to find all the paramteres of Request type. #37

sarvghotra opened this issue Feb 24, 2017 · 1 comment

Comments

@sarvghotra
Copy link
Contributor

sarvghotra commented Feb 24, 2017

Can someone please tell how to find all the params of a request ? Like req[:path], req[:cookie] etc.

I looked here but I didn't find user, cookies etc shown here. So is there a way to find about all of them. I am trying to contribute by writing routing middlewares.

@phelipe
Copy link

phelipe commented Feb 27, 2017

I think the requests are made using
https://github.com/JuliaWeb/HttpCommon.jl/blob/master/src/HttpCommon.jl
maybe the link will help you in something.

I'm using Merly.jl now, I found it simpler and more documented.
https://github.com/codeneomatrix/Merly.jl

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

No branches or pull requests

2 participants