ruby-data-uri

URI::Data class for parsing RFC2397 data URIs
  https://github.com/dball/data_uri
  0
  no reviews



Data URIs allow resources to be embedded inside a URI. The URI::Data class provides support for parsing these URIs using the normal URI.parse method.

This was written to support embedding binary data inside JSON messages in a relatively reasonable way. If you find some other use for it, please drop a line to the upstream.