Added tests for getHeaders feature Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>

This commit is contained in:
Héctor Hurtado
2019-10-17 13:37:15 +02:00
parent 0a171a8232
commit 92e1658844
2 changed files with 92 additions and 0 deletions
+4
View File
@@ -58,3 +58,7 @@ func getRequestParams(w http.ResponseWriter, r *http.Request, h *model.Handler)
w.WriteHeader(http.StatusNotFound)
}
}
func getRequestHeaders(w http.ResponseWriter, r *http.Request, h *model.Handler) {
// DELETE ON START
}