Interface HttpMethods

All Superinterfaces:
Iterable<HttpMethod>, Streamable<HttpMethod>, Supplier<Stream<HttpMethod>>
All Known Implementing Classes:
ConfigurableHttpMethods

public interface HttpMethods extends Streamable<HttpMethod>
A collection of HttpMethods with some convenience methods to create alternate sets of those.
Author:
Oliver Gierke