JuliaWeb / JuliaWeb/URIParser.jl

print in consumable format: URI("...")

Open
#46 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
17
Forks
28
PR merge metrics
No merged PRs in 30d

Description

Currently:

```
julia> URI("https://example.com/data.csv")
URI(https://example.com/data.csv)
```

Proposed:

```
julia> URI("https://example.com/data.csv")
URI("https://example.com/data.csv")
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.