Skip to content

CanNian969/TinyHttp-win32-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyHttp-win-C

Features

c-program win32 tinyhttp

get/post Parse、c-program CGI

Environment

Visual Studio 2019, Windows 10

Attention

// httpd.h
// Variables you need to modify
// html ROOT-path
#define ROOTDIR "template"
// CGI.exe path (need to compile the file <cgi.cpp> in advance)
#define CGI_PATH "CGI.exe"
// just the server name in the Response Header
#define SERVER_STRING "Server: CXN-httpd/0.1.0\r\n"

Thanks

J. David Blackstone

About

win10 c 版本的tinyhttp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published