Write a simple HTTP server in Python
http://www.acmesystems.it/python_httpserver
index_example3.html
index_example3.html
<html>
<body>
<form action="send" method="post">
<input type="text" name="your_name"></input>
<input type="submit"></input>
</form>
</body>
</html>
Share your directory with HTTP.
(Make sure there is not file named index.html in your running directory)
$ python -m SimpleHTTPServer 8080
相關文章
- hdu 1088 Write a simple HTML BrowserHTML
- Simple Web API Server in Golang (1)WebAPIServerGolang
- Simple python reverse shellPython
- Simple-RTMP-Server 伺服器搭建Server伺服器
- Simple-RTMP-Server 伺服器測試Server伺服器
- ECE4016 A simple Local DNS ServerDNSServer
- http包serverHTTPServer
- How to draw a simple relation graph in PythonPython
- http server原始碼解析HTTPServer原始碼
- Perfect & swift-server/httpSwiftServerHTTP
- Beego run http server Running on http://:8080GoHTTPServer
- 拼多多版http-serverHTTPServer
- 實現自己的http serverHTTPServer
- Unable to start HTTP server after restoreHTTPServerREST
- Go標準包-http包serverGoHTTPServer
- HTTP/2 Server Push 詳解(下)HTTPServer
- HTTP2 Server Push的研究HTTPServer
- HTTP Server load balancing secretsHTTPServer
- 連線Http Server的程式碼HTTPServer
- Jmeter除錯工具---HTTP Mirror ServerJMeter除錯HTTPServer
- 如何安裝python模組 pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.comPythonHTTPRust
- SQL Server的3種恢復模式(Simple,Full,Bulk-logged)SQLServer模式
- Life in simple,I use python-----python介紹與環境搭建Python
- 手寫 npm 裡的 http-serverNPMHTTPServer
- Go 語言 HTTP Server 原始碼分析GoHTTPServer原始碼
- 小白做專案之http-serverHTTPServer
- HTTP 錯誤 500.19 - Internal Server ErrorHTTPServerError
- 【原創】Apache HTTP Server認證初探ApacheHTTPServer
- Apache (http server)的詳細介紹ApacheHTTPServer
- Day3_beast實現http serverASTHTTPServer
- [SRS流媒體]RTMP/HLS 直播伺服器simple-rtmp-server安裝伺服器Server
- Mocker-api 一款基於 python 編寫的極簡 http server 工具MockAPIPythonHTTPServer
- Oracle simple streamOracle
- HTTP 錯誤 500.19 - Internal Server Error(Windows Server 2012)HTTPServerErrorWindows
- 一文讀懂Go Http Server原理GoHTTPServer
- HTTP/2 伺服器推送(Server Push)教程HTTP伺服器Server
- Apache Http Server和Tomcat 之區別ApacheHTTPServerTomcat
- 簡單的零配置命令http伺服器:http-server入門HTTP伺服器Server