List of Free code HTTP
Projects
-
ahttpserver
Portable and small HTTP server written on C++, supported Windows/Linux.
Has handlers/modules architecture - developed Python handler (WSGI), ASP.NET (Win32)/ISAPI extensions handler, FastCGI handler, BASIC authentication module.
Supported chunked/gzip/deflate response encodings
-
ASP.NET Http Handlers & Modules
A repository of useful HTTP handlers and modules
-
ASP.NET REST Services Framework
REST-service component is a server-side framework that allows easy creation and working with HTTP and REST services within any ASP.NET application.
-
Elmah2 : An extensable error logger for ASP.net
A project inspired by elmah (http://code.google.com/p/elmah/)
The primary goals of this project are
-> A plugin style architecture for logging modules
-> A very lightweight logging module
-> Support for multiple web apps
-
IISADMPWD ASP.NET HTTP Module
I wrote an HttpModule that inherits from IHttpModule.
IISADMPWD is a ASP.NET Http Module written in managed C# code.
The Module subscribed to the Begin and End Request. It check the password expiration status on the Active Directory. Based on the result it will return e custom
-
ProceXSS
ProceXSS is a Asp.NET Http module for detecting and ignoring xss attacks.
-
SAML SSO for ASP.NET
The ComponentSpace SAML components provide easy SAML enablement of ASP.NET applications.
More details may be found at
<a href="http://www.componentspace.com/saml">http://www.componentspace.com/saml</a>.
-
Unity.WebAPI
A library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET's WebAPI. This project includes a bespoke DependencyResolver that creates a child container per HTTP request and disposes of all registered IDisposable instances at the end of the request.