Federico Ceratto
2023-03-20 17:51:58 +00:00
committed by GitHub
parent da7833c68b
commit 9df8ca0d81
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
## This module implements a simple HTTP client that can be used to retrieve
## webpages and other data.
##
## .. warning:: Validate untrusted inputs: URI parsers and getters are not detecting malicious URIs.
##
## Retrieving a website
## ====================
##

View File

@@ -14,6 +14,8 @@
## as a locator, a name, or both. The term "Uniform Resource Locator"
## (URL) refers to the subset of URIs.
##
## .. warning:: URI parsers in this module do not perform security validation.
##
## # Basic usage