Expand description
A module that helps you building the correct url for a request.
Functionsยง
- build_
http_ url_ from_ struct - Builds the HTTP url for a request. The fields are automatically extracted from the struct.
- build_
https_ url_ from_ struct - Builds the HTTPS url for a request. The fields are automatically extracted from the struct.
- build_
url_ from_ struct - Builds the url for a request. The fields are automatically extracted from the struct.
- build_
url_ with_ fields - Builds the url for a request with fields.
- build_
url_ without_ fields - Builds the url for a request without fields.