Skip to content

Commit fd0ab3f

Browse files
committed
docs wip
1 parent 8a06929 commit fd0ab3f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/docs/http.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
url docs
2+
- assume params, query, fragment are url-specific, so they are not preserved when joining, etc.
3+
- netloc, scheme, port, username, password and hostname are preserved when joining, etc.
4+
- url properties are available on `.parsed_url`
5+
- your server needs to support DELETE and PUT for a number of operations to work
6+
- expose http verbs as methods on the path object
7+
- How to do auth examples
8+
9+
10+
11+
12+

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ nav:
1818
- Home: "index.md"
1919
- Why cloudpathlib?: "why_cloudpathlib.ipynb"
2020
- Authentication: "authentication.md"
21+
- HTTP URLs: "http.md"
2122
- Caching: "caching.ipynb"
2223
- AnyPath: "anypath-polymorphism.md"
2324
- Other Client settings: "other_client_settings.md"

0 commit comments

Comments
 (0)