-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for headers on request #5
Comments
Hey Arturo! You're right, we don't support them yet. I'm open for PRs on this! All Blueprint parsing is done from there: https://github.com/crisp-oss/chappe/blob/master/res/plugins/gulp/jade-templates.js#L491 (during the Gulp build). You're looking to debug the output of the Blueprint parser, and assign the parsed Headers from the raw Blueprint parser output to the template data object. Thanks! |
Awesome, thanks for providing additional details. Will work on it 👋🏻 |
This would actually be super helpful! @arturo-ojeda, were you able to implement this feature? |
I started doing it but got stuck and had to finish other things. I may continue with this in the next weeks 😅 |
Hi
Does Chappe support request headers?
I tried adding them in different ways but could not make it work
One example:
https://cln.sh/AZKicvAzGw7f9QsWWpR0
They are supported by API Blueprint but not working for Chappe.
I'll be glad to add them as a contribution but first I want to make sure
Thanks
The text was updated successfully, but these errors were encountered: