
Top : Computers : Programming : Internet :
NSAPI
Websites
A "pot-pourri" of useful stuff posted to Netscape's newsgroup on NSAPI.
site exerpt
NSAPI CENTRAL Coding Labs How to retrieve a cookie char *pszCook; request_header( cookie, pszCook, sn, rq if( pszCook NULL) printf( No cookie
How to set multiple cookies int i; char szCookie_str[81 for (i 1; i 3; i util_sprintf(szCookie_str, MyCookie%d=Value%d; path i, i pblock_nvinsert( set-cookie,...Sample code examples.
http://developer.netscape.com/do...es/index.html?content=nsapi.html
Introduction to the Netscape Server Application Programming Interface (NSAPI) and how it is used in the Enterprise Server's request-response process to handle HTTP transactions.
http://developer.netscape.com/do...nuals/enterprise/nsapi/svrop.htm
Netscape's NSAPI FAQ.
http://developer.netscape.com/support/faqs/champions/nsapi.html