Skip to content
#

webserver

Here are 1,888 public repositories matching this topic...

proxy.py
hash3liZer
hash3liZer commented Oct 10, 2021

When you start & stop proxy.py from command line, it works all fine. However, when using embedded proxy.py in your script, it doesn't totally destroy its workers. The workers are still shown on the Task Manager. I've to manually end the processes.

Consider this example:

import ipaddress
import proxy

if __name__ == "__main__":
    proxy.main(
       hostname = ipaddress.I
evennia
kovitikus
kovitikus commented Apr 28, 2021

Is your feature request related to a problem? Please describe.

Killing one script at a time is a complete and absolute pain when doing testing. Especially if the code is already in disarray and generating a plethora of identical scripts.
1 at a time script killing

Describe the solution you'd like

Please add support for killing a range or sequence

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.

  • Updated Dec 20, 2019
  • Ruby

Improve this page

Add a description, image, and links to the webserver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webserver topic, visit your repo's landing page and select "manage topics."

Learn more