How is an HTTP server supposed to find out if a client supports byte ranges? -


i writing http/1.1 server in python, , seems implementing byte ranges should pretty easy. question is, proper way server ask client if supports byte ranges? case i'm thinking of if client ever sends request large resource without saying want byte range, or can accept them.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -