Interface HttpExample

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    HttpExample.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
               date="2025-08-20T01:46:20.836Z")
    @Stability(Stable)
    public interface HttpExample
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getRequest

        @Stability(Stable)
        @NotNull
        Object getRequest()
        A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence Matcher HttpRequest).
      • getResponse

        @Stability(Stable)
        @NotNull
        Object getResponse()
        A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence Matcher HttpResponse).