6 lines
92 B
Cython
6 lines
92 B
Cython
#cython: language_level=3
|
|
|
|
cdef object __etag__(str x)
|
|
|
|
cpdef tuple parseHeader(str header)
|