Line | |
---|
1 | ====================
|
---|
2 | URI Builder Module
|
---|
3 | ====================
|
---|
4 |
|
---|
5 | .. autoclass:: rfc3986.builder.URIBuilder
|
---|
6 |
|
---|
7 | .. automethod:: rfc3986.builder.URIBuilder.from_uri
|
---|
8 |
|
---|
9 | .. automethod:: rfc3986.builder.URIBuilder.add_scheme
|
---|
10 |
|
---|
11 | .. automethod:: rfc3986.builder.URIBuilder.add_credentials
|
---|
12 |
|
---|
13 | .. automethod:: rfc3986.builder.URIBuilder.add_host
|
---|
14 |
|
---|
15 | .. automethod:: rfc3986.builder.URIBuilder.add_port
|
---|
16 |
|
---|
17 | .. automethod:: rfc3986.builder.URIBuilder.add_path
|
---|
18 |
|
---|
19 | .. automethod:: rfc3986.builder.URIBuilder.extend_path
|
---|
20 |
|
---|
21 | .. automethod:: rfc3986.builder.URIBuilder.add_query_from
|
---|
22 |
|
---|
23 | .. automethod:: rfc3986.builder.URIBuilder.extend_query_with
|
---|
24 |
|
---|
25 | .. automethod:: rfc3986.builder.URIBuilder.add_query
|
---|
26 |
|
---|
27 | .. automethod:: rfc3986.builder.URIBuilder.add_fragment
|
---|
28 |
|
---|
29 | .. automethod:: rfc3986.builder.URIBuilder.finalize
|
---|
30 |
|
---|
31 | .. automethod:: rfc3986.builder.URIBuilder.geturl
|
---|
Note:
See
TracBrowser
for help on using the repository browser.