88
edits
(rename the methods) |
|||
| Line 21: | Line 21: | ||
= Current Proposal = | = Current Proposal = | ||
* Last modified: | * 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 | NPError NPN_HttpRequest( | ||
NPP instance, | NPP instance, | ||
const char* method, | const char* method, | ||
| Line 43: | Line 43: | ||
<pre> | <pre> | ||
void | void NPP_HttpResponseNotify( | ||
NPP instance, | NPP instance, | ||
const char* url, | const char* url, | ||
edits