Cython buildable (Python Binded) C code to download file via HTTP (REST API)
问题 I have been googling and searching some good example(s) and so far somewhat closest was this one: Architecting a RESTFul C++ api to interface with Python In a nutshell: Essentially, I am building .so files using cython (via building Python Extension module with Bindings from *.c source file). Scope/Requierments: As first prio - I need to add codebase in *.c file that lets to download an file from certain endpoint (lets say some cloud storage) and as bonus would be able to communicate with