Commit 7031717155b6664a8740f70bac9ea30ba10bc2c8
- Diff rendering mode:
- inline
- side by side
lib/HTTP/Daemon.pm
(2 / 2)
|   | |||
| 717 | 717 | ||
| 718 | 718 | =item $c->get_request( $headers_only ) | |
| 719 | 719 | ||
| 720 | This method read data from the client and turns it into an | ||
| 720 | This method reads data from the client and turns it into an | ||
| 721 | 721 | C<HTTP::Request> object which is returned. It returns C<undef> | |
| 722 | 722 | if reading fails. If it fails, then the C<HTTP::Daemon::ClientConn> | |
| 723 | 723 | object ($c) should be discarded, and you should not try call this | |
| … | … | ||
| 750 | 750 | unconsumed bytes here. You also need this buffer if you implement | |
| 751 | 751 | services like I<101 Switching Protocols>. | |
| 752 | 752 | ||
| 753 | This method always return the old buffer content and can optionally | ||
| 753 | This method always returns the old buffer content and can optionally | ||
| 754 | 754 | replace the buffer content if you pass it an argument. | |
| 755 | 755 | ||
| 756 | 756 | =item $c->reason |

