Skip to content

Creating URI with relative path renders without slash #55

Description

@devurandom
(str (uri/map->URI {:scheme "http"
                    :host   "host"
                    :path   "path"}))
;=> "http://hostpath"

The / slash being missing between host and path is unexpected. I would have expected this to render as http://host/path instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions