OPALSTAT uses HTTP/1.1 and sets the UserAgent to SICS to avoid re-directs. It also sends the SICS version and revision numbers in the UserAgent string.
5 lines
105 B
C
5 lines
105 B
C
#ifndef AQP_OPALSTATUS_H
|
|
#define AQP_OPALSTATUS_H
|
|
void OpalStatusInitProtocol(SicsInterp *pSics);
|
|
#endif
|