Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

A trailing slash is trimmed #24

@LukasRychtecky

Description

@LukasRychtecky

Hi,

thank you for creating this useful library!

I ran out into a problem, but I'm not sure if it's a bug or a design decision. Here is an example:

(-> "http://myserver.com/path/ url (update :query {:param "value"}) str) ; http://myserver.com/path?param=value

A trailing slash is trimmed from (before ?). What I expect:

(-> "http://myserver.com/path/ url (update :query {:param "value"}) str) ; http://myserver.com/path/?param=value

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions