HttpServer.FormDecoders Namespace
From HttpServer.dll
[Missing <summary> documentation for N:HttpServer.FormDecoders]
Classes
| Class | Description | |
|---|---|---|
| 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
| Interface | Description | |
|---|---|---|
| FormDecoder |
Interface for form content decoders.
|