Skip to content
jasper-zanjani edited this page Oct 5, 2020 · 2 revisions

urllib.request

Download an RFC file from rfc-editor.org Ortega

rfc_raw = urllib.request.urlopen(url).read()
rfc = rfc_raw.decode()

Clone this wiki locally