Clavin June Posted on Jan 23, 2022 • Originally published at clavinjune.dev on Jan 23, 2022 Simple HTTP Server Using Python #python #beginners Sunday Snippet (20 Part Series) 1 Simple HTTP Server Using Python 2 Go Get Golang Private Module ... 16 more parts... 3 Golang Panic Handler Middleware 4 Gradle Debugging Dependencies 5 Construct Golang Struct Using Optional Function 6 Golang HTTP Server Graceful Shutdown 7 Unix Print Aliased Command's Location 8 Golang WASM Async Function 9 Change Directory to Git Root Directory 10 Comparing String to Avoid Time Based Attacks 11 Bash Initiate Redis Cluster Using Docker 12 Git Log Prettify 13 Golang Stream All Lines From Stdin 14 Push Commit From Github Action 15 Golang Inject Build Time Variable 16 Golang Print Struct Verbosely 17 Include Dotenv File to Makefile 18 Golang Escape Double Quoted String Easily 19 Podman Support Multi Arch 20 Find Git Branching Point Between Branch Opening simple HTTP server using python # python3 -m http.server <port> $ python3 -m http.server 8080 Serving HTTP on :: port 8080 (http://[::]:8080/) ... Enter fullscreen mode Exit fullscreen mode Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)