Interface HttpFields.Mutable

All Superinterfaces:
HttpFields, Iterable<HttpField>, Supplier<HttpFields>
All Known Implementing Classes:
HttpFields.Mutable.Wrapper, HttpFields.MutableHttpFields, HttpTester.Message, HttpTester.Request, HttpTester.Response
Enclosing interface:
HttpFields

public static interface HttpFields.Mutable extends HttpFields

A mutable version of HttpFields.

Name and value pairs representing HTTP headers or HTTP trailers can be added to or removed from this instance.