On 04/16/2011 08:46 PM, Ed Kohlwey wrote: > Thanks for the tip. I think this can probably work. I take it that > requestCallMeta() basically returns a map of the headers and their > values?
Yes. These are separate from HTTP headers, but are very analogous. > Are there any gotchas here in terms of supporting UTF-8 > encodings in the byte buffer or anything like that? Metadata keys are encoded in UTF-8, but values can be arbitrary binary data. Doug
