Package com.jcabi.http.request
Class Boundary
java.lang.Object
com.jcabi.http.request.Boundary
Boundary for content-type multipart/form-data.
This is a copy of boundary created by Apache HttpComponents HttpClient 4.5.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Boundary
public Boundary()Constructor with new random number generation. -
Boundary
Ctor.- Parameters:
random- Random number generation.
-
-
Method Details
-
value
Generates random boundary with random size from 30 to 40.- Returns:
- Boundary value.
-