From: David Bordeynik Date: Sun, 7 Feb 2021 08:33:45 +0000 (+0200) Subject: fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458) X-Git-Tag: 0.17.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28478694759edd882e95398af8b60f033019f623;p=thirdparty%2Fhttpx.git fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458) --- diff --git a/docs/api.md b/docs/api.md index 0a5afd1f..c644f8a3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -121,7 +121,7 @@ what gets sent over the wire.* * `.port` - **int** * `.path` - **str** * `.query` - **str** -* `.full_path` - **str** +* `.raw_path` - **str** * `.fragment` - **str** * `.is_ssl` - **bool** * `.is_absolute_url` - **bool**