Class MultipartMatcher.MultipartInput

java.lang.Object
org.mockserver.matchers.MultipartMatcher.MultipartInput
Enclosing class:
MultipartMatcher

public static class MultipartMatcher.MultipartInput extends Object
The pair of values needed to decode an actual multipart request: the raw body bytes and the request Content-Type header (carrying the boundary).
  • Constructor Details

    • MultipartInput

      public MultipartInput(String contentTypeHeader, byte[] body)