|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <happyhttp.h>
Public Member Functions | |
| const char * | getheader (const char *name) const |
| bool | completed () const |
| int | getstatus () const |
| const char * | getreason () const |
| bool | willclose () const |
Protected Member Functions | |
| Response (const char *method, Connection &conn) | |
| int | pump (const unsigned char *data, int datasize) |
| void | notifyconnectionclosed () |
Friends | |
| class | Connection |
Definition at line 244 of file happyhttp.h.
|
protected |
Definition at line 498 of file happyhttp.cpp.
|
inline |
Definition at line 252 of file happyhttp.h.
Referenced by happyhttp::Connection::pump().
| const char * happyhttp::Response::getheader | ( | const char * | name | ) | const |
Definition at line 513 of file happyhttp.cpp.
| const char * happyhttp::Response::getreason | ( | ) | const |
Definition at line 534 of file happyhttp.cpp.
Referenced by OnBegin().
| int happyhttp::Response::getstatus | ( | ) | const |
Definition at line 526 of file happyhttp.cpp.
Referenced by OnBegin().
|
protected |
Definition at line 544 of file happyhttp.cpp.
Referenced by happyhttp::Connection::pump().
|
protected |
Definition at line 564 of file happyhttp.cpp.
References count.
Referenced by happyhttp::Connection::pump().
|
inline |
Definition at line 263 of file happyhttp.h.
|
friend |
Definition at line 246 of file happyhttp.h.