HTTPResponse
Background & Context

-
- HTTP message response format.
- Used by all HTTP servers to deliver requests to clients.
- Textual format, with encoded binary data.
- Supports Multipurpose Internet Mail Extensions (MIME).
- Supports RFC 2616.
Import & Export

- Import["file","HTTPResponse"] returns an HTTPResponse.
- Export["file",request,"HTTPResponse"] exports an HTTPResponse request.
- See the following reference pages for full general information:
-
Import, Export import from or export to a file CloudImport, CloudExport import from or export to a cloud object ImportString, ExportString import from or export to a string ImportByteArray, ExportByteArray import from or export to a byte array
Import Elements

- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements
Examples
Basic Examples (1)Summary of the most common use cases
Export an HTTPRequest:
In[1]:=1

✖
https://wolfram.com/xid/0b2ya23wceo7scm2-okf2pk
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0b2ya23wceo7scm2-esam6
Out[2]=2
