Data may be read from the connection in one of two ways
raw by using the input stream returned by getInputStream()
through a content handler with getContent().
Data can be sent to the server using the output stream
provided by getOutputStream().