Handbook
Glossary
scrape-html ( url -- response vector )
Vocabulary
html
.
parser
.
analyzer
Inputs
url
an
object
Outputs
response
an
object
vector
an
object
Definition
USING:
html.parser
http.client
;
IN:
html.parser.analyzer
:
scrape-html
( url -- response vector )
http-get
parse-html
;