Returning Values from Forms: multipart/form-data
Every file upload in your app uses this. Know the MIME boundary, Content-Disposition, and Content-Type mechanics to build and debug file upload APIs.
What It Defines
Defines the multipart/form-data encoding for file uploads and complex form submissions. Used in HTML forms and direct API file upload endpoints.
Canonical (Normative)
Convenient (Practical)
The canonical publication point for finalized RFCs. If a protocol is standardized as an RFC, the RFC Editor text is the normative final reference. Published by the IETF, IRTF, IAB, and independent stream.
Related Specs
This is the core contract of every web API, browser request, and server response. You can't design or debug HTTP without knowing this.
JSON is the lingua franca of web APIs. RFC 8259 is short and worth reading once — it clarifies edge cases around numbers, encoding, and trailing commas.