Package io.fabric8.mockwebserver.dsl
Interface HttpHeaderable<T>
-
- All Known Subinterfaces:
MockServerExpectation,TimesOnceableOrHttpHeaderable<T>
- All Known Implementing Classes:
MockServerExpectationImpl
public interface HttpHeaderable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithHeader(String header)TwithHeader(String name, String value)
-