proxies
Here are 169 public repositories matching this topic...
-
Updated
Jul 6, 2020 - TypeScript
Add a config option to specify host:post.
Currently one can only set the port via config option Port just for krakend to use this value as a string.
func NewServer(cfg config.ServiceConfig, handler http.Handler) *http.Server {
return &http.Server{
Addr: fmt.Sprintf(":%d", cfg.Port),
...
}
}
On this gif ( https://raw.githubusercontent.com/constverum/ProxyBroker/master/docs/source/_static/cli_serve_example.gif ) the server prints an info line when a client connects.
The current version doesn't do that, though it would be very useful. I tried the command that is on the GIF.
-
Updated
Mar 3, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Aug 6, 2018 - Python
-
Updated
Sep 18, 2018 - JavaScript
-
Updated
Dec 22, 2017 - Python
-
Updated
Apr 9, 2020 - C#
-
Updated
Nov 14, 2018 - Python
-
Updated
May 16, 2020 - JavaScript
-
Updated
Jun 21, 2020 - Python
-
Updated
Dec 4, 2018 - C++
-
Updated
Apr 20, 2020 - Java
Currently you must explicitly add:
STATUS server-error-busy REPEAT-MATCH
to any test that might fail due to the server being busy. It would be nice to have a command-line option to make this the default.
Might also want to have some control over which status codes get this behavior, and/or add a directive to the test file syntax (DEFAULT-STATUS?) that provides greater levels of contro
#47 introduced Proxy filtering as an optional parameter in the RequestProxy constructor.
It would be great to extend #5 to support that!
The staticServer in superfly/fly is a handy way to serve a static site without another backend. This package would make a great new home for it.
https://github.com/DevAlone/proxy_py/blob/master/collectors/web/com/gatherproxy/collector.py
maybe because they've changed domain
-
Updated
Dec 31, 2017 - C#
-
Updated
Jan 6, 2019
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jan 29, 2019 - TypeScript
Improve this page
Add a description, image, and links to the proxies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the proxies topic, visit your repo's landing page and select "manage topics."



Currently at 66.1%.