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

Added new methods to Render interface #61

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

Conversation

rhacrsse
Copy link

I want to add 2 methods associated at Render interface and rendered struct for retrieving http request and responseWriter

This is for use their methods (e.g. req.FormValue() or w.WriteHeader() outside render.go)

Angelo added 2 commits June 26, 2016 18:57
I want to add 2 methods associated at Render interface and rendered struct for retrieving http request and responseWriter

This is for use their methods (e.g. req.FormValue() or w.WriteHeader() outside render.go)
I add two methods for manage the loading of css or js template in a render handle defined in a main function
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

1 participant