A.3 HTTP Package
Table 4 lists the names of the HTTP examples.
Table 4 – Examples using the HTTP package 
Example name
Description
RequestDocument
Retrieves a file from an HTTP server using RWHttpAgent and RWURL. See Chapter 5, “The HTTP Package.”
ServerInfo
Retrieves information about an HTTP server using the RWHttpClient class. See Chapter 5, “The HTTP Package.”
ResumableDownload
Retrieves a file from an HTTP server using RWHttpClient. Handles early closure by re-establishing the connection and retrieving the entire document. See Chapter 5, “The HTTP Package.”
httpagnt
Retrieves a file from an HTTP server using RWHttpAgent and RWURL. See Chapter 5, “The HTTP Package.”