This commit is contained in:
2025-05-11 16:15:15 +01:00
parent 71049a7f26
commit e674043daa

View File

@ -198,6 +198,8 @@ func main() {
contentType := r.Header.Get("Content-Type")
fmt.Printf("Content-Type: %s\n", contentType)
// TODO: length checks on body
// TODO: extract this shit out
image := make([]byte, 0)