Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 456 Bytes

File metadata and controls

24 lines (18 loc) · 456 Bytes

MockServer::HttpForward

Properties

Name Type Description Notes
delay Delay [optional]
host String [optional]
port Integer [optional]
scheme String [optional]

Example

require 'mockserver-client'

instance = MockServer::HttpForward.new(
  delay: null,
  host: null,
  port: null,
  scheme: null
)