peterhinch/micropython-async

how urequests become async

Closed this issue · 1 comments

 I used to post json by urequests module. Now I need it to be none blocking for efficiency. 

 I  tried uaiohttpclient ,but it seems method get only, no post method. And wrap urequest.post in generator , it doesn't work either. Still blocked.

 If ascyncio could make urequesta to be async?

I suggest you post this query in the forum. I have limited experience of web programming.