Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jolux
4 months ago
|
parent
|
context
|
favorite
| on:
HTTP: , FTP:, and Dict:?
In my experience HTTP is a better foundation for novel protocols in most cases.
LambdaComplex
4 months ago
[–]
Doesn't HTTP require binary data to be converted to base64 encoding, thereby increasing its size on the wire? That seems suboptimal for a lot of use cases
devmor
4 months ago
|
parent
|
next
[–]
It does not - you are perhaps thinking of GET queries: URL data often must be base64 encoded as URLs are parsed as characters.
HTTP bodies can be made up of any data in any encoding you wish.
kragen
4 months ago
|
parent
|
prev
[–]
no, it does not, neither in requests nor in replies. possibly you are thinking of smtp
LambdaComplex
4 months ago
|
root
|
parent
[–]
> possibly you are thinking of smtp
You're right, I definitely was
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: