OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Namespaces | Enumerations | Functions
OSHttpHandler.cs File Reference

Go to the source code of this file.

Classes

class  OpenSim.Framework.Servers.HttpServer.OSHttpHandler
 

Namespaces

package  OpenSim.Framework.Servers.HttpServer
 

Enumerations

enum  OpenSim.Framework.Servers.HttpServer.OSHttpHandlerResult { OpenSim.Framework.Servers.HttpServer.OSHttpHandlerResult.Unprocessed, OpenSim.Framework.Servers.HttpServer.OSHttpHandlerResult.Pass, OpenSim.Framework.Servers.HttpServer.OSHttpHandlerResult.Done }
 

Functions

delegate bool OpenSim.Framework.Servers.HttpServer.OSHttpContentTypeChecker (OSHttpRequest req)
 An OSHttpHandler that matches on the "content-type" header can supply an OSHttpContentTypeChecker delegate which will be invoked by the request matcher in OSHttpRequestPump. More...