mock-server / mockserver

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
http://mock-server.com
Apache License 2.0
4.59k stars 1.07k forks source link

Add binding additional ports to MockServerClient #294

Closed jamesdbloom closed 7 years ago

jamesdbloom commented 7 years ago

Add support for the /bind endpoint to the MockServerClient

{
    "ports": [
        0,
        0
    ]
}
jamesdbloom commented 7 years ago

Duplicate of #334