Skip to main content

One post tagged with "http"

View All Tags

Multipart Form-data response parsing in Java and JavaScript

ยท 11 min read
Ilia Kebets
Software engineer @ Sonar

In this article, I will show you how to implement an HTTP server that replies with form-data and how to parse it from the client. I will provide examples for the server in Node.js, using external libraries and native ones. For the client, I will show implementations in JS and Java.

All the presented code snippets can be found here.