Package de.craftsblock.craftsnet.api.http.body.bodies
package de.craftsblock.craftsnet.api.http.body.bodies
-
ClassDescriptionFormBody<T>The
FormBodyclass is an abstract base class for representing HTTP request bodies that contain form data.TheJsonBodyclass represents an http request body which containsJsondata.TheMultipartFormBodyclass represents an HTTP request body that contains data in the multipart/form-data format.TheMultipartDataclass represents the multipart data for a single field in the multipart/form-data.TheMultipartItemclass represents an individual part of the multipart data, which can be a file or a form field.TheStandardFormBodyclass represents an HTTP request body that contains form data encoded in the standard application/x-www-form-urlencoded format.