Upload hf_env/lib/python3.14/site-packages/aiohttp/_find_header.pxd with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/aiohttp/_find_header.pxd
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cdef extern from "_find_header.h":
|
| 2 |
+
int find_header(char *, int)
|