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

Expose bodyReader plugin #1158

Merged
merged 1 commit into from
Mar 19, 2017
Merged

Expose bodyReader plugin #1158

merged 1 commit into from
Mar 19, 2017

Conversation

rundef
Copy link
Contributor

@rundef rundef commented Jul 25, 2016

Hi,

I'm using restify to create an API gateway (it basically does authentication, acl and rate limiting) and it then dispatches incoming requests to other microservices. It's just forwarding the requests to a microservice - which is why I need to have access to the non-parsed request body.

@micahr
Copy link
Member

micahr commented Jul 25, 2016

Plugins have been moved out of Restify for v5.x, which is being released soon. Can you make your PR against: restify/plugins instead?

@rundef
Copy link
Contributor Author

rundef commented Jul 25, 2016

Thanks I just did. Would be great to have this in v4.x too, in the meantime :)

@micahr
Copy link
Member

micahr commented Jul 25, 2016

I've published v1.1.0 of Restify plugins. I believe you should be able to pull that in to unblock you for now, it will also prep you for the upgrade to Restify 5.

@DonutEspresso DonutEspresso merged commit 7139eef into restify:4.x Mar 19, 2017
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

Successfully merging this pull request may close these issues.

3 participants