All Projects → genius257 → AutoIt-HTTP-Server

genius257 / AutoIt-HTTP-Server

Licence: MIT license
A simple http server powered by AutoIt

Programming Languages

AutoIt
60 projects
HTML
75241 projects

Projects that are alternatives of or similar to AutoIt-HTTP-Server

AutoIt-Obfuscator
AutoIt Obfuscator lets you protect AutoIt script source code against analysis, reverse engineering & decompilation using advanced obfuscation techniques and polymorphic encryption.
Stars: ✭ 31 (+121.43%)
Mutual labels:  autoit-script, autoit3
autogo
An AutoIt interpreter and runtime package written in Go
Stars: ✭ 30 (+114.29%)
Mutual labels:  autoit-script, autoit3
blog
✍️无他术,唯勤读书而多为之,自工。
Stars: ✭ 62 (+342.86%)
Mutual labels:  http-server
http4s-good-practices
Collection of what I consider good practices in Http4s (WIP)
Stars: ✭ 74 (+428.57%)
Mutual labels:  http-server
HTTPStaticServer
Bare-bones static HTTP server written in a single C file
Stars: ✭ 24 (+71.43%)
Mutual labels:  http-server
gotor
This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
Stars: ✭ 97 (+592.86%)
Mutual labels:  http-server
BCA-Phantom
A multi-platform HTTP(S) Reverse Shell Server and Client in Python 3
Stars: ✭ 80 (+471.43%)
Mutual labels:  http-server
v4l2web
V4L2 web interface
Stars: ✭ 20 (+42.86%)
Mutual labels:  http-server
drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Stars: ✭ 7,742 (+55200%)
Mutual labels:  http-server
waspy
WASP framework for Python
Stars: ✭ 43 (+207.14%)
Mutual labels:  http-server
remoting
Jetlang Remoting - asynchronous distributed messaging
Stars: ✭ 27 (+92.86%)
Mutual labels:  http-server
mock-json-server
A mock web server using a JSON file with live-reload support.
Stars: ✭ 31 (+121.43%)
Mutual labels:  http-server
EasyDSS
high performance,industrial rtmp streaming server,a lot of optimization on http,rtmp,hls,http-flv,streaming relay(rtmp pull relay/rtmp push relay),KeyFrame cache,GOP cache,RESTful,and recording, playback, record-download,web management. EasyDSS高性能RTMP流媒体服务器,支持RTMP推流,同步输出HTTP、RTMP、HLS、HTTP-FLV,支持推流分发/拉流分发,支持秒开、GOP缓冲、录像、检索、回放、录像下载、网页管理等多种功能,是目前市面上…
Stars: ✭ 34 (+142.86%)
Mutual labels:  http-server
http
Extension module of golang http service
Stars: ✭ 57 (+307.14%)
Mutual labels:  http-server
simple-http
Simple, portable HTTP server for .NET based on HttpListener.
Stars: ✭ 74 (+428.57%)
Mutual labels:  http-server
rux
⚡ Rux is an simple and fast web framework. support route group, param route binding, middleware, compatible http.Handler interface. 简单且快速的 Go api/web 框架,支持路由分组,路由参数绑定,中间件,兼容 http.Handler 接口
Stars: ✭ 81 (+478.57%)
Mutual labels:  http-server
http-server-online
Start a local HTTP server without any tools, just open a web page.
Stars: ✭ 602 (+4200%)
Mutual labels:  http-server
hello
Multi-threaded cross-platform HTTP/1.1 web server example in Zig.
Stars: ✭ 29 (+107.14%)
Mutual labels:  http-server
ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
Stars: ✭ 75 (+435.71%)
Mutual labels:  http-server
zhamao-framework
协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)
Stars: ✭ 99 (+607.14%)
Mutual labels:  http-server

AutoIt HTTP Server

This server does not have security as a priority, therefore it is NOT advised to use this for anything but local hosting!

My additions/modifications to jvanegmond's POST Server

The original source can be found here

Added:

  • Query strings are now supported, instead for being included as the file name/path
  • PHP support
  • More MIME types
  • 404 status code when returning the 404 response
  • Default index file if trying to access only folder path, not just on root
  • Support for multiple index files, a bit like apatche's DirectoryIndex
  • 403 status code if no index is found, instead of sending a stream of no file
  • Removed double newline at end of "_HTTP_SendData" it appended to any file and seemed to not be needed.
  • Added If...Then statment with ContinueCase in case required PHP files is not present
  • Server URI does now support percent encoding
  • AU3 CGI support

Looking into:

  • gzip
  • If-Modified-Since header
  • HEAD Method support
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].