File: builder.rst

package info (click to toggle)
python-rfc3986 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 488 kB
  • sloc: python: 2,950; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
====================
 URI Builder Module
====================

.. autoclass:: rfc3986.builder.URIBuilder

.. automethod:: rfc3986.builder.URIBuilder.from_uri

.. automethod:: rfc3986.builder.URIBuilder.add_scheme

.. automethod:: rfc3986.builder.URIBuilder.add_credentials

.. automethod:: rfc3986.builder.URIBuilder.add_host

.. automethod:: rfc3986.builder.URIBuilder.add_port

.. automethod:: rfc3986.builder.URIBuilder.add_path

.. automethod:: rfc3986.builder.URIBuilder.extend_path

.. automethod:: rfc3986.builder.URIBuilder.add_query_from

.. automethod:: rfc3986.builder.URIBuilder.extend_query_with

.. automethod:: rfc3986.builder.URIBuilder.add_query

.. automethod:: rfc3986.builder.URIBuilder.add_fragment

.. automethod:: rfc3986.builder.URIBuilder.finalize

.. automethod:: rfc3986.builder.URIBuilder.geturl