You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use/extend classes/functions from parser.pyx and url_parser.pyx, however, currently I am not able to use it since its missing pxd files.
I can submit a PR if this is something you guys would agree with.
The text was updated successfully, but these errors were encountered:
I did a quick scan through on parser.pyx, it seems that it works by receiving a python object, and inspect on the object to see what are the implemented callbacks, wouldn't it be easier and faster for the protocol object to just inherit from httptools.parser.HttpParser?
I would like to be able to use/extend classes/functions from
parser.pyx
andurl_parser.pyx
, however, currently I am not able to use it since its missing pxd files.I can submit a PR if this is something you guys would agree with.
The text was updated successfully, but these errors were encountered: