ktongue commited on
Commit
7477d9f
·
verified ·
1 Parent(s): 2cb4617

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)