All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swagger.schemas.logged-request.yaml Maven / Gradle / Ivy

There is a newer version: 3.9.1
Show newest version
type: object
properties:
  method:
    description: The HTTP request method
    type: string
    example: "GET"
  url:
    description: The path and query to match exactly against
    type: string
    example: "/received-request/2"
  absoluteUrl:
    description: The full URL to match against
    type: string
    example: "http://localhost:56738/received-request/2"
  headers:
    description: 'Header patterns to match against in the : { "": "" } form'
    type: object
    example:
      Connection: keep-alive
      Host: localhost:56738
      User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_51)
  cookies:
    description: 'Cookie patterns to match against in the : { "": "" } form'
    type: object
    example: {}
  body:
    description: Body string to match against
    type: string
    example: "Hello world"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy