Called when |server| receives an HTTP request. |connection_id| uniquely
identifies the connection, |client_address| is the requesting IPv4 or IPv6
client address including port number, and |request| contains the request
contents (URL, function, headers and optional POST data). Call
cef_server_t functions either synchronously or asynchronusly to send a
response.
Called when |server| receives an HTTP request. |connection_id| uniquely identifies the connection, |client_address| is the requesting IPv4 or IPv6 client address including port number, and |request| contains the request contents (URL, function, headers and optional POST data). Call cef_server_t functions either synchronously or asynchronusly to send a response.