|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "happyhttp.h"#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <errno.h>#include <cstdio>#include <cstring>#include <cstdarg>#include <assert.h>#include <string>#include <vector>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | happyhttp |
Functions | |
| void | happyhttp::BailOnSocketError (const char *context) |
| bool | happyhttp::datawaiting (int sock) |
| struct in_addr * | happyhttp::atoaddr (const char *address) |