ref _ https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
HTTP range requests allow to send only a portion of an HTTP message from a server to a client.
Partial requests are useful for large media or downloading files with pause and resume functions, for example.
HTTP Multipart Streaming
스트리밍 서비스 구현 등 많이 사용됌