Module urls

Source
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.