Hi

I get string which contains:

MIME-Version: 1.0
content-type: text/xml
content-transfer-encoding: base64

PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPD94bWwtc3R5bGVzaGVldCB0
...


ie there are some headers and then base64 encoded data. I suspect there 
might be some functions in the std lib which should be able to parse this 
and give me easy access to the headers and data but I just can't find it... 
it isn't mime/multipart, right? Perhaps something in the http client 
package?

TIA
ain

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to