Skip to content

Option to specify default scheme #296

Closed
@vszakats

Description

@vszakats

For now the default scheme seems to be coming from libcurl, which
is typically 'http'. It could be useful to override it to something else,
such as 'https' to get secure-by-default URLs.

E.g. with --default-scheme https.

trurl --url example.org → http://example.org/
trurl --url example.org --default-scheme https → https://example.org/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions