Y
Hacker News
new
|
ask
|
show
|
jobs
by
djb_hackernews
4443 days ago
Should something be happening with the bar data payload in the HTTP kv example? Or is the value encoded for some reason?
1 comments
armon
4443 days ago
The value is base64 encoded, since JSON doesn't play nicely with binary values
link