SkillAgentSearch skills...

HTTPSYS

User-mode implementation of HTTP.SYS. Implements HTTP 1.1 of the "HTTP Server API 2.0" for web servers

Install / Use

/learn @edwig/HTTPSYS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HTTP.SYS

This library is a user-space implementation of the MS-Windows HTTP.SYS kernel driver. It implements the "HTTP Server API" 2.0 as defined by Microsoft and documented here: https://docs.microsoft.com/en-us/windows/desktop/http/http-server-api-version-2-0-reference

It was created for various reasons:

  • Educational purposes
  • Non-disclosed functions (the websockets implementation)
  • Because it can be done :-)

A number of functions of HTTP.SYS where not (yet) implemented, including

  • HTTP 2.0 Server push
  • Logging following the log rules
  • Version 1.0 of the "HTTP Server API"
  • Various registry settings of the driver (See document: planning.md)

These functionalities are left for a later date and version.

This piece of software is also included (and tested!) in the Marlin project. You can find the Marlin project under: https://github.com/Edwig/Marlin

License: MIT

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated27d ago
Forks10

Languages

C++

Security Score

90/100

Audited on Feb 27, 2026

No findings