January 2019
Beginner
132 pages
3h 14m
English
The rest of the response is the actual web page that renders index.html. Your browser would take this and draw the text, images, and styling for the web page itself, but for the purpose of scraping, it is not necessary. An abbreviated version of the response body looks similar to this:
<!doctype html><html><head> <title>Example Domain</title> <meta charset="utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- The <style> section was removed for brevity --></head><body> <div> <h1>Example Domain</h1><p>This domain is established to be used for illustrative examples in documents. You may use this domain in examples without prior ...
Read now
Unlock full access