- Inheritance
- < Object
- Included Modules
- HTTPHeader
Parent of HTTPRequest class. Do not use this directly; use a subclass of HTTPRequest.
Mixes in the HTTPHeader module.
Attributes
| Name | Visibility | R/W | Description |
|---|---|---|---|
| body | public | R | |
| body_stream | public | R | |
| method | public | R | |
| path | public | R |
Methods
Class
| Visibility | Signature |
|---|---|
| public | new (m, reqbody, resbody, path, initheader = nil) |
Instance
| Visibility | Signature |
|---|---|
| public | body= (str) |
| public | body_exist? () |
| public | body_stream= (input) |
| public | inspect () |
| public | request_body_permitted? () |
| public | response_body_permitted? () |