Example of an HTTP request to clear accumulated statistics

The following example shows an HTTP request to clear accumulated statistics:

POST /clearstatistics HTTP/1.0

User-Agent: KAV HTTP Client

Content-Length: 0

X-KAV-ProtocolVersion: 1

The following example shows the corresponding response:

HTTP/1.0 200 OK

Date: Mon, 10 February 2014 12:25:21 GMT

Server: KAVHTTPD

Content-Length: 0

Connection: close

X-KAV-ProtocolVersion: 1

Page top