Interface HttpFields

All Superinterfaces:
Iterable<HttpField>
All Known Implementing Classes:
HttpFields.Immutable, HttpFields.Mutable, HttpTester.Message, HttpTester.Request, HttpTester.Response

public interface HttpFields extends Iterable<HttpField>
Interface that represents on ordered collection of HttpFields. Both HttpFields.Mutable and HttpFields.Immutable implementations are available via the static methods such as build() and from(HttpField...).