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

WIP: w.Write: replace to http.ResponseWriter.Write #801

Closed
wants to merge 4 commits into from

Commits on Apr 10, 2023

  1. w.Write: replace to http.ResponseWriter.Write

    Signed-off-by: Avelino <avelinorun@gmail.com>
    avelino committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6908651 View commit details
    Browse the repository at this point in the history
  2. fixed typo: error changing the function of writing status code in the…

    … header
    
    Signed-off-by: Avelino <avelinorun@gmail.com>
    avelino committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bc0d15d View commit details
    Browse the repository at this point in the history
  3. use http.ResponseWriter.Header to set header

    Signed-off-by: Avelino <avelinorun@gmail.com>
    avelino committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    56b0dd4 View commit details
    Browse the repository at this point in the history
  4. w.Write: replace to http.ResponseWriter.Write

    Signed-off-by: Avelino <avelinorun@gmail.com>
    avelino committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    632e8c4 View commit details
    Browse the repository at this point in the history