/
HTTP - chunked transfer encoding
HTTP - chunked transfer encoding
So what do you do if you want to send a 12 gigabyte file via HTTP in a manner that can be implemented without needing to hold the whole file in memory on either the client or server?
Content chunk encoding to the rescue!
Just sketching this right now - read Wikipedia to get the details!
To understand more of the underlying thought process look at how unix was designed to work with piping commands together.
, multiple selections available,
Related content
HTTP is a framing protocol for dealing with a TCP/IP stream
HTTP is a framing protocol for dealing with a TCP/IP stream
More like this
SSL/TLS - what is that?
SSL/TLS - what is that?
Read with this
What does a simple HTTP request and response look like?
What does a simple HTTP request and response look like?
More like this
TCP/IP Framing Protocol
TCP/IP Framing Protocol
Read with this
Handling large amounts of data with sockets and an event loop
Handling large amounts of data with sockets and an event loop
More like this
How are we planning to handle networking in Iguana X?
How are we planning to handle networking in Iguana X?
Read with this