MySQL 8.0.40
Source Code Documentation
|
Http bound socket. More...
#include <http_request.h>
Public Types | |
using | BoundHandle = void * |
Public Member Functions | |
EventHttpBoundSocket (BoundHandle handle) | |
bool | is_valid () const |
Private Attributes | |
BoundHandle | handle_ |
Http bound socket.
Wrapper for evhttp_bound_socket
structure from libevent
.
using EventHttpBoundSocket::BoundHandle = void * |
|
inline |
|
inline |
|
private |