Uses of Class
org.mockserver.wasm.WasmRequest
Packages that use WasmRequest
-
Uses of WasmRequest in org.mockserver.wasm
Methods in org.mockserver.wasm that return WasmRequestModifier and TypeMethodDescriptionstatic WasmRequestConvenience factory for a body-only request (legacy behaviour).WasmRequest.withHeader(String name, String value) Adds a header value, preserving insertion order and allowing multiple values per name.Methods in org.mockserver.wasm with parameters of type WasmRequestModifier and TypeMethodDescriptionbooleanWasmRuntime.callMatch(WasmRequest request) Call the WASM module with the full request envelope (method, path, headers, body).