Plugins:GenericHttpMethod: Difference between revisions

Jump to navigation Jump to search
rename the methods
(rename the methods)
Line 21: Line 21:
= Current Proposal =
= Current Proposal =


* Last modified: Augus 19, 2009
* Last modified: August 21, 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 28: Line 28:


<pre>
<pre>
NPError NPN_RequestURLNotify(
NPError NPN_HttpRequest(
   NPP instance,
   NPP instance,
   const char* method,
   const char* method,
Line 43: Line 43:


<pre>
<pre>
void NPP_ResponseURLNotify(
void NPP_HttpResponseNotify(
   NPP instance,
   NPP instance,
   const char* url,
   const char* url,
88

edits

Navigation menu