There are two uses of the `cgi` module in treq: 1. One use of `cgi.parse_header()` in `treq.content` — [suggested replacement is `email.message.Message`](https://peps.python.org/pep-0594/#cgi) 2. One use of `cgi.parse_multipart()` in `treq.test.test_multipart` — same suggested replacement
There are two uses of the
cgimodule in treq:cgi.parse_header()intreq.content— suggested replacement isemail.message.Messagecgi.parse_multipart()intreq.test.test_multipart— same suggested replacement