-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
I couldn't figure out how to upload an image file to the server using the HTTP method with Tyrian. I couldn't find any code examples. Help me please to understand how to do this correctly.
Questions:
- How can I correctly upload an image file to the server using the Tyrian?
- Are there any limitations or peculiarities with Tyrian when transmitting files? (Currently, I'm concerned because I only saw the possibility of transmitting the following types of request body in the source code: html, json, xml, plainText)
- If the functionality is not supported, are there plans to add support for file transmission in future versions of Tyrian?
Thank you for your help!