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

Add mung.send and mung.sendAsync implementations #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aprilandjan
Copy link

Hi, I tried to use it in a create-react-app project, and in my very special case, the webpack-dev-server send html page content via res.send and I have the need to modify it through middlewares.

I found that it will be good if mung.send and mung.sendAsync were provided, so I tried to add the implementations in this pull request.

Please check the codes if they are acceptable, Thanks!

@LiranBri
Copy link

+1 please merge

@aprilandjan
Copy link
Author

@LiranBri It seems that this repository is not maintained anymore, since the author has no activity in recent year(hope all is well). If you want to use this functionality, you can just write a express middleware (basically it is a function) and put the code you needed into it directly.

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.

None yet

2 participants