I need to make an HTTP POST request to a server from my Qt application.
The POST request would contain a list of named values, i.e. key/value pairs. They will be mostly alphanumeric strings, but can contain special characters such as quotes, spaces, etc.
What is the canonical way of doing this type of POST request in Qt?