$log
$log :
RestLog middleware
Stores logs about activities in the server which are done by calling REST by clients of server.
process_response(\Pluf_HTTP_Request $request, $response) : \Pluf_HTTP_Response
Records some info (in this case time of response) about provided response
\Pluf_HTTP_Request | $request | The request |
$response |
The response