Check if a url shall be proxied through a http(s) proxy
A simple library that uses Proxy and TypeScript to create a strongly typed facade for your React hooks.
links two properties of two separate objects, uses Proxy
Uses proxy objects to allow configuration option
Turn a function into an `http.Agent` instance
Maps proxy protocols to `http.Agent` implementations
A PAC file proxy `http.Agent` implementation for HTTP
A TypeScript SSE proxy for MCP servers that use stdio transport.
An HTTP(s) proxy `http.Agent` implementation for HTTP
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Determine address of proxied request
The one-liner node.js proxy middleware for connect, express, next.js and more
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
HTTP proxying for the masses
Global HTTP/HTTPS proxy configurable using environment variables.
A JavaScript library for connecting securely to your Cloud SQL instances
TypeScript definitions for http-proxy
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
create an object with a default value (uses Proxy)
Determine the address of a proxied request
http(s) proxy as connect middleware
Compare two objects using accessed properties with Proxy
Process-global proxy routing for Node.js.
Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.
Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.
Make a COW proxy for a frozen object (or deep frozen), it will delegate every read method to proxied object, wrap value in COW proxy if frozen. Trying to modify object will result in data stored in proxy.
A Vagrant plugin that configures the virtual machine to use proxy servers
Logging backend, freedom patches,
Manages rotation of proxies using a queuing system and STOMP
Use WebMock to test applications that aren't running in the same process as the tests
DyCI fake compiler
Trick Serializers using Proxies.
Remember when RSpec had stub_chain? They removed it for good reasons but sometimes you just need it. Well, here it is, a proxy object. It doesn't actually mock anything for you (the name is just catchy) so you need to do that. But that actually comes with a lot of benefits: 1) It's compatable with any testing framework 2) You can use it for purposes other than testing, e.g. prototyping, code stubs 3) Flexibility in how you use it without overloading the number of methods you have to remember Here's an example usage: let(:model_proxy) do MockProxy.new(email_client: { create_email: { receive: proc {} } }) end before { allow(Model).to receive(:new).and_return model_proxy } it 'should call receive' do proc = MockProxy.get(model_proxy, 'email_client.create_email.receive') expect(proc).to receive(:call) run_system_under_test MockProxy.update(mock_proxy, 'email_client.create_email.validate!') { true } MockProxy.observe(mock_proxy, 'email_client.create_email.send') do |to| expect(to).to eq 'stop@emailing.me' end run_system_under_test2 end As you can see, the proc - which ends the proxy by calling the proc - can be used for anything. You can spy on the call count and arguments, mock methods, or just stub out code you don't want executed. Because it doesn't make any assumptions, it becomes very flexible. Simple, yet powerful, it's uses are infinite. Enjoy
Get us free proxies for ruby.
A lightweight proxy, for using websockets with unmodified TCP servers.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.