Closed sergeydobrodey closed 3 years ago
1. application/octet-stream -> ioutil.ReadAlll application/xml -> xml.NewDecoder(r) default -> -> json.NewDecoder(r)
2. Close request.Body
3. string formats byte, binary
1. application/octet-stream -> ioutil.ReadAlll application/xml -> xml.NewDecoder(r) default -> -> json.NewDecoder(r)
2. Close request.Body
3. string formats byte, binary