adamchalmers / blog

1 stars 2 forks source link

Introduction to HTTP Multipart #13

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

Introduction to HTTP Multipart

Why use it? How does it work?

https://blog.adamchalmers.com/multipart/

vladimir-bukreev commented 8 months ago

Thank you for the post! Concise and informative!!

thedmdim commented 6 months ago

maybe grpc could be an alternative?

Pomax commented 4 months ago

It would be nice to update the article to talk about how to interpret multiple parts for the same key (e.g. five file inputs all with the same name but different values will lead to five multi-part fragments, each with the same key but different data)