| 77 | } |
| 78 | |
| 79 | int HttpConnection::staticOnPath(http_parser* parser, const char* at, size_t length) |
| 80 | { |
| 81 | GET_CONNECTION() |
| 82 | |
| 83 | return connection->onPath(String(at, length)); |
| 84 | } |
| 85 | |
| 86 | #ifndef COMPACT_MODE |
| 87 | int HttpConnection::staticOnStatus(http_parser* parser, const char*, size_t) |