kong.unirest.core.java.WTF.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unirest-java-core Show documentation
Show all versions of unirest-java-core Show documentation
Simplified, lightweight HTTP client library.
## Try and describe what is happening here:
Class Structure:
MultipartBoundaryPublisher.Builder -> gathers all the parts and builds a:
MultipartBoundaryPublisher
* Is the BodyPublisher (java) sent to the Http Client
* A BodyPublisher creates a stream of bytebuffers that can be subscribed to by subscribe(Subscriber super T> subscriber);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy