Hello, I wonder if URIs can parse [data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) ie https://datatracker.ietf.org/doc/html/rfc2397 An example can be found here https://gist.githubusercontent.com/scls19fr/8d2330ae8c2ded145c80b1650500bed2/raw/90373199aaa65581b7919f34c568562c9641c5d4/sample_img.jl Kind regards PS : related issue might be https://github.com/JuliaLang/Downloads.jl/issues/122 RegExp that could be used https://gist.github.com/khanzadimahdi/bab8a3416bdb764b9eda5b38b35735b8
Hello,
I wonder if URIs can parse data URI scheme ie https://datatracker.ietf.org/doc/html/rfc2397
An example can be found here
https://gist.githubusercontent.com/scls19fr/8d2330ae8c2ded145c80b1650500bed2/raw/90373199aaa65581b7919f34c568562c9641c5d4/sample_img.jl
Kind regards
PS : related issue might be JuliaLang/Downloads.jl#122
RegExp that could be used https://gist.github.com/khanzadimahdi/bab8a3416bdb764b9eda5b38b35735b8