References
- The application/www-form-urlencoded format draft-hoehrmann-urlencoded-01: https://tools.ietf.org/html/draft-hoehrmann-urlencoded-01
- RFC 7578 - Returning Values from Forms: multipart/form-data: https://tools.ietf.org/html/rfc7578
- RFC 1341, section 7.2 - The Multipart Content-Type: https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html
- URL Living Standard - URL-encoded Form Data: https://url.spec.whatwg.org/#concept-urlencoded
- HTML Living Standard, section 4.10.21.7 - Multipart form data: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data
- HTML Living Standard, section 4.10.21.8 - Plain Text Form Data: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#plain-text-form-data
- Angular: Template-driven forms: https://angular.io/guide/forms#template-driven-forms
- Angular: Reactive forms: https://angular.io/guide/reactive-forms
- Angular: Form validation: https://angular...