SkillAgentSearch skills...

Pyhttpio

Read files behind HTTP URLs as if they were local by adding seeking functionality to HTTPResponses. A minimal Python proof of concept.

Install / Use

/learn @valgur/Pyhttpio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyhttpio

Read files behind HTTP URLs as if they were local by adding seeking functionality to HTTPResponses. This is intended as a simple Python proof of concept.

Seeking is accomplished by manipulating the range: bytes=xx-yy HTTP header.

This functionality can be useful when handling large archives or images, where it allows a small file or some other portion of it to be easily extracted without needing to download the full thing. See the test snippets in test_seekableHTTPFile.py for examples.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks4

Languages

Python

Security Score

70/100

Audited on Mar 30, 2025

No findings