/
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 - Hyper Text Transfer Protocol
HTTP - Hyper Text Transfer Protocol
More like this
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
What does a simple HTTP request and response look like?
What does a simple HTTP request and response look like?
More like this
History of HTTP
History of HTTP
More like this
HTTP Caching
HTTP Caching
More like this
TCP/IP is a stream protocol
TCP/IP is a stream protocol
More like this