Akshay Magarweb3overview.hashnode.dev·Oct 5, 2023Understanding the Multipart/Form-Data Function in HTTP ProtocolIntroduction- The Multipart/Form-Data function in the HTTP protocol serves as a critical bridge between server and client, facilitating the exchange of diverse data types, including both textual information and binary files. This article provides a c...33 readsAndroid
raagraagpc.hashnode.dev·Jul 31, 2023How to upload files with a multipart request in swift.Recently I had to make a multipart request from an iOS app written in Swift. The thing is, that there is not a standard way to make it easily, at least not without any third-party library. So, making some research I found this blog post. The author e...213 readsSwift
Thomas Boutintechnodoggo.hashnode.dev·Feb 12, 2023Send a multipart/related request with cURLSometimes you need to send a request with a body made of both JSON data and files. Here's a quick guide for sending complex body content with an HTTP client :-) Standard POST requests An HTTP POST request is usually made of headers and a body. Accord...1 like·5.7K readscurl