# Source: golang-github-vincent-petithory-dataurl # Package: dataurl # Versions: dataurl (0.0~git20191104.d1553a7-1), dataurl (0.0~git20191104.d1553a7-1.1), dataurl (0.0~git20191104.d1553a7-1.1+b1), dataurl (0.0~git20191104.d1553a7-1.1+b10), dataurl (0.0~git20191104.d1553a7-1.1+b11), dataurl (0.0~git20191104.d1553a7-1.1+b12), dataurl (0.0~git20191104.d1553a7-1.1+b13), dataurl (0.0~git20191104.d1553a7-1.1+b14), dataurl (0.0~git20191104.d1553a7-1.1+b15), dataurl (0.0~git20191104.d1553a7-1.1+b16), dataurl (0.0~git20191104.d1553a7-1.1+b17), dataurl (0.0~git20191104.d1553a7-1.1+b18), dataurl (0.0~git20191104.d1553a7-1.1+b19), dataurl (0.0~git20191104.d1553a7-1.1+b2), dataurl (0.0~git20191104.d1553a7-1.1+b3), dataurl (0.0~git20191104.d1553a7-1.1+b4), dataurl (0.0~git20191104.d1553a7-1.1+b5), dataurl (0.0~git20191104.d1553a7-1.1+b6), dataurl (0.0~git20191104.d1553a7-1.1+b7), dataurl (0.0~git20191104.d1553a7-1.1+b8), dataurl (0.0~git20191104.d1553a7-1.1+b9) # This Description is active # This Description is owned # Prioritize: 47 Description: Data URL Schemes in Golang (program) This package parses and generates Data URL Schemes for the Go language, according to RFC 2397 (http://tools.ietf.org/html/rfc2397). . Data URLs are small chunks of data commonly used in browsers to display inline data, typically like small images, or when you use the FileReader API of the browser. . Common use-cases: . * generate a data URL out of a string, []byte, io.Reader for inclusion in HTML templates * parse a data URL sent by a browser in a http.Handler, and do something with the data (save to disk, etc.) . This package contains the dataurl CLI utility. Description-it: schemi di URL Data in Golang (programma) Questo pacchetto parsifica e genera schemi URL Data per il linguaggio Go, secondo la RFC 2397 (http://tools.ietf.org/html/rfc2397). . Gli URL Data sono piccoli frammenti di dati usati comunemente nei browser per visualizzare dati in linea, tipicamente come piccole immagini, o quando si usa l'API FileReader del browser. . Casi d'uso comuni: . * generare un URL Data da una stringa, []byte, io.Reader per includerlo in modelli HTML; * parsificare un URL Data inviato da un browser in un http.Handler e fare qualcosa con i dati (salvarli su disco, ecc.). . Questo pacchetto contiene l'utilità CLI dataurl. # other Descriptions of the dataurl package with a translation in it: #