Node Send Partial Content Accept-Ranges Content-Range Range HTTP Headers

Опубликовано: 28 Сентябрь 2024
на канале: WittCode
2,495
75

Learn to send partial content (HTTP 206) with node including how to use the Accept-Ranges, Content-Range, and Range HTTP headers. Sending partial content is commonly used with streaming video.

💻 My Software 💻
My Chrome Extension WittCepter - https://chromewebstore.google.com/det...

📚 My Courses 📚
https://courses.wittcode.com

👩‍💻 Download Code 👨‍💻
https://blog.wittcode.com

⌛ Timestamps ⌛
0:00 – Introduction
0:15 – What is Partial Content?
0:43 – HTTP 206 Status Code
1:10 – Partial Content and HTTP Headers
1:30 – Accept-Ranges Header
2:07 – Range HTTP Header
2:52 – Content-Range HTTP Header
3:48 – Coding: Project Demonstration
5:20 – Coding: Client
7:46 – Coding: Server
12:38 – Coding: Project Demonstration
13:31 – Coding: Network Tab