LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

HTTPREQREC

#include <billing.h>

Http Request Record

C definition

typedef struct {
  DWORD HttpContentLength;   /* Content Length send/received
                       to/from client */

  DWORD HttpReqTimeMs;      /* Number of milliseconds to
                       process request */

  DWORD HttpStatusCode;     /* Status code returned by the
                       server */

  WORD HttpTimeStampOffset;  /* Offset to http time stamp in a
                       string format */

  WORD HttpAuthUserOffset;   /* Offset to Authenticated User
                       string */

  WORD HttpPartnerOffset;   /* Offset to remote machine name
                       string */

  WORD HttpRefererOffset;   /* Offset to refering URL string */
  WORD HttpServerAddrOffset; /* Offset to connection IP address */
  WORD HttpUserAgentOffset;  /* Offset to user agent string */
  WORD HttpRequestLineOffset; /* Offset to Request line string */
  WORD HttpContentTypeOffset; /* Offset to content type string */
/* Time Stamp, AuthUser, Partner and other strings follow */
} HTTPREQREC;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.