pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

uurequests.py: support cookies, urlparams, redirect #48

Closed mardigras2020 closed 4 years ago

mardigras2020 commented 4 years ago

Sorry these are more changes, than you specify in your guidelines. But after i finished my project i can't seperate the changes anymore.

If you like, you can integrate it in your library.

pfalcon commented 4 years ago

Thanks, but the purpose of "uurequests" (micro-micro-requests) module is to be the most minimal request-like module, which would work on the most minimal platforms (with heaps size in single-digit kilobytes). It's static, and doesn't accept new features, only noticeable bugfixes. Instead, there's a urequest module, which can be extended in controlled manner. If you'd like to extend it, please see https://github.com/pfalcon/change-control-manifesto for guidelines.

mardigras2020 commented 4 years ago

Thanks for the info, i close the pr