About 1,020,000 results
Open links in new tab
  1. HttpServer base on python3 with Flask and PyMySQL. - GitHub

    HttpServer base on python3 with Flask and PyMySQL.

  2. Basic python HTTP server and manipulation of POST data - GitHub

    Jul 23, 2024 · import http.server: import socketserver: class MyHttpRequestHandler(http.server.SimpleHTTPRequestHandler): def do_GET(self): print …

  3. http-server · GitHub Topics · GitHub

    2 days ago · Here are 482 public repositories matching this topic... HTTP Request & Response Service, written in Python + Flask. gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, …

  4. How to Set up a Local HTTP Server in Python | note.nkmk.me

    May 6, 2025 · Starting the server with python -m http.server. The -m option with the python (or python3) command allows you to run a module as a script.. Running the http.server module …

  5. python-httpserver · GitHub Topics · GitHub

    Jan 7, 2021 · Here are 12 public repositories matching this topic... A flexible plugin providing reliable HTTP service for your projects. This Zsh service plugin will serve the given directory …

  6. Simple HTTP REST server in python3 · GitHub

    Feb 26, 2024 · Instantly share code, notes, and snippets. """A simple HTTP server with REST and json for python 3. getrecord returns utf8-encoded json. print ("HTTP Server Running...........") …

  7. One-Line Python HTTP Server: Quick Start Guide

    May 5, 2025 · Python’s built-in http.server module makes it easy to serve files, test web pages, or create simple HTTP tools without installing anything extra. In this guide, you started with a one …

  8. python-server · GitHub Topics · GitHub

    Mar 23, 2025 · A local HTTP server written in Python with browser sync feature to make your web design problems easier to solve!

  9. Simple and light HTTP server in Python · GitHub

    Simple and light HTTP server in Python. GitHub Gist: instantly share code, notes, and snippets.

  10. GitHub - cwingho/simple-http-server: A lightweight HTTP server

    A lightweight HTTP server based on Python's standard library that provides directory browsing, file download, and file upload capabilities. By default, the server serves and allows uploads to …

Refresh