Plugins:GenericHttpMethod: Difference between revisions

Jump to navigation Jump to search
(note feedback on header parsing issue)
Line 25: Line 25:
= Current Proposal =
= Current Proposal =


* Last modified: August 31, 2009
* Last modified: September 30, 2009
* Author: Darin Fisher (Google) and Julian Reschke (greenbytes)
* Author: Darin Fisher (Google) and Julian Reschke (greenbytes)
* Contributors: Ian Melven (Adobe)
* Contributors: Ian Melven (Adobe)
Line 34: Line 34:
NPError NPN_HttpRequest(
NPError NPN_HttpRequest(
   NPP instance,
   NPP instance,
   PRUInt64 flags, // control redirects etc
   PRUint64 flags, // control redirects etc
   const char* method,
   const char* method,
   const char* url,
   const char* url,
   const char* target,
   const char* target,
   const char* headers,
   const char* headers,
   PRUInt64 len,
   PRUint64 len,
   const char* buf,
   const char* buf,
   NPBool file,
   NPBool file,
88

edits

Navigation menu