HttpServer.FormDecoders Namespace

HttpServer.dll

[Missing <summary> documentation for N:HttpServer.FormDecoders]

Classes

  ClassDescription
FormDecoderProvider
This provider is used to let us implement any type of form decoding we want without having to rewrite anything else in the server.
MultipartDecoder
UrlDecoder
Can handle application/x-www-form-urlencoded
XmlDecoder
This decoder converts XML documents to form items. Each element becomes a subitem in the form, and each attribute becomes an item.

Interfaces

  InterfaceDescription
FormDecoder
Interface for form content decoders.