This commit is contained in:
Héctor Hurtado
2019-10-24 10:44:48 +02:00
parent d2c3138036
commit 84a71815e4
3 changed files with 66 additions and 6 deletions
-2
View File
@@ -87,8 +87,6 @@ func getRequestHeaders(w http.ResponseWriter, r *http.Request, h *model.Handler)
}
}
// TODO: Add to the note section of the specification the fact that
// Cookie keys are CaseSensitive
func getRequestCookies(w http.ResponseWriter, r *http.Request, h *model.Handler) {
w.Header().Add("Content-Type", "application/octet-stream")
name := mux.Vars(r)["name"]