Mayst

Results 7 comments of Mayst

Hi, I'm interested in this issue and also found it in the ._content.encode_content() function, the first thing need to do is to find the type of trio and anyio. Could...

Ohhh, like you said its multipart issue seems like aiohttp working with multipart as well. ("https://docs.aiohttp.org/en/stable/multipart.html")

> hey, @meist0731 are you still working on this issue ? If yes, can we work it together. Seems like an interesting problem Yep! I'm still working on this. It's...

> @meist0731 cheers, you on discord ? itll be easier to work together. my id - `Krunchy_Almond#2794` Gotcha! I have discord, wait a sec, bro.

> @meist0731 cheers, you on discord ? itll be easier to work together. my id - `Krunchy_Almond#2794` Hey, I've sent the invitation :D

I've tried these APIs as below, ``` async def main1(): async with await anyio.open_file('./content.txt','rb') as f: await client.post("https://www.example.com", content=f) anyio.run(main1) ``` ``` async def main2(): async with await trio.Path('./content.txt').open('rb') as...

The first problem has an existing discussion https://github.com/encode/httpx/discussions/1704#discussion-3421862