Package io.hyperfoil.http.api
Interface HttpMethod.Builder
-
- All Superinterfaces:
io.hyperfoil.api.config.BuilderBase<HttpMethod.Builder>
- All Known Implementing Classes:
HttpMethod.ProvidedBuilder
- Enclosing class:
- HttpMethod
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface HttpMethod.Builder extends io.hyperfoil.api.config.BuilderBase<HttpMethod.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod>build()
-
-
-
Method Detail
-
build
io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod> build()
-
-