Uses of Interface
org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
Packages that use BodySenderRequestBuilderBase
-
Uses of BodySenderRequestBuilderBase in org.spincast.plugins.httpclient.builders
Classes in org.spincast.plugins.httpclient.builders with type parameters of type BodySenderRequestBuilderBaseModifier and TypeInterfaceDescriptioninterface
BodySenderRequestBuilderBase<T extends BodySenderRequestBuilderBase<?>>
Builders that can send a body, or upload files.class
Implementation for the builders that can send a body or upload files..Subinterfaces of BodySenderRequestBuilderBase in org.spincast.plugins.httpclient.buildersModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in org.spincast.plugins.httpclient.builders that implement BodySenderRequestBuilderBaseModifier and TypeClassDescriptionclass
Implementation for the builders that can send a body or upload files..class
Implementation for the Http Client builder for a PATCH request.class
Implementation for the Http Client builder for a POST request.class
Implementation for the Http Client builder for a PUT request.