| Interface | Description |
|---|---|
| HttpFirewall |
Interface which can be used to reject potentially dangerous requests and/or wrap them
to control their behaviour.
|
| Class | Description |
|---|---|
| DefaultHttpFirewall | Deprecated
Use
StrictHttpFirewall instead |
| FirewalledRequest |
Request wrapper which is returned by the
HttpFirewall interface. |
| StrictHttpFirewall |
A strict implementation of
HttpFirewall that rejects any suspicious requests
with a RequestRejectedException. |
| Exception | Description |
|---|---|
| RequestRejectedException |