Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using the Web Server » Web Server Request Handling |
GET /musiccollection.html HTTP/1.1 Accept: text/html Accept-Encoding: gzip, deflate Accept-Language: en-us Cache-Control: max-age=0 Connection: keep-alive Host: localhost If-Modified-Since: Thu, 16 Aug 2012 18:35:21 GMT User-Agent: Mozilla/5.0
HTTP Method | Description |
GET | Used to retrieve a resource from the web server. |
HEAD | Used to retrieve meta-information about a resource on the web server, and is identical to a GET request but does not include the resource in the response. |
POST | Used to submit content to a resource on the web server. |
PUT | Used to replace a resource on the web server. |
PATCH | Used to partially update a resource on the web server. |
DELETE | Used to delete a resource from the web server. |
<BaseURL>?<Params> <Params> = <Param> [&<Param>] <Param> = <Key>=<Value>
https://www.elevatesoft.com/applications/compute?x=100&y=200
<Header Name>: <Header Value>
The quick brown fox jumps over the lazy dog
POST /applications/myapp HTTP/1.1 Accept: text/html Accept-Encoding: gzip, deflate Accept-Language: en-us Cache-Control: max-age=0 Connection: keep-alive Host: localhost User-Agent: Mozilla/5.0 Content-Type: text/plain; charset=utf-8 Content-Length: 43 The quick brown fox jumps over the lazy dog
HTTP/1.1 200 OK Date: Thu, 17 Aug 2012 01:52:46 GMT Server: Elevate Web Builder 3 Web Server Connection: keep-alive Cache-Control: no-cache Content-Type: text/plain; charset=utf-8 Content-Length: 43 The quick brown fox jumps over the lazy dog
MIME Type | Description |
text/plain | Plain text |
text/html | HTML |
text/xml | XML |
application/xml | XML |
application/json | JSON |
application/javascript | JavaScript |
application/octet-stream | Binary data |
application/x-www-form-urlencoded | HTML form values |
multipart/mixed | Multiple content types combined |
multipart/form-data | HTML form values and file upload data combined |
image/bmp | Bitmap raster image |
image/gif | GIF raster image |
image/jpeg | JPEG raster image |
image/png | PNG raster image |
image/tiff | TIFF raster image |
image/svg+xml | SVG vector image |
application/x-zip-compressed | Zip archive |
application/x-gzip-compressed | GZip archive |
application/pdf | PDF document |
audio/aac | AAC audio |
audio/mp4 | MP4 audio |
audio/mpeg | MP3 audio |
audio/ogg | OGG audio |
audio/wav | WAV audio |
video/mpeg | MPEG video |
video/mp4 | MP4 video |
video/ogg | OGG video |
video/quicktime | QuickTime video |
video/x-ms-wmv | Windows Media video |
video/x-flv | FLV video |
video/webm | WEBM video |
application/x-font-truetype | TrueType font |
application/x-font-opentype | OpenType font |
application/font-woff | WOFF web font |
application/font-woff2 | WOFF2 web font |
Content-Type: text/plain; charset=utf-8
Encoding | Description |
gzip | Compressed using the GZip format |
deflate | Compressed using the ZLib format |
MIME Type | Description |
text/plain | Plain text |
text/html | HTML |
text/xml | XML |
application/xml | XML |
application/json | JSON |
application/javascript | JavaScript |
application/pdf | PDF document |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |