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

Commits on Jun 26, 2016

  1. Added new methods to Render interface

    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 committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    ee0cee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Add css and js template

    I add two methods for manage the loading of css or js template in a render handle defined in a main function
    Angelo committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    b305601 View commit details
    Browse the repository at this point in the history