Closed
Bug 71333
Opened 25 years ago
Closed 24 years ago
need abstract nsIHTTPTransaction from nsIHTTPChannel
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: jud, Assigned: darin.moz)
References
()
Details
Attachments
(1 file)
|
1.32 KB,
text/plain
|
Details |
This new iface would include the following (and be based on existing
functionality in nsIHTTPChannel):
request header access
request method
response header access
response code access
response code string access
enumeration for responses/requests these types are nsIHTTPHeader
removal of atoms in favor of const char *.
| Reporter | ||
Updated•25 years ago
|
Blocks: 70229
Keywords: mozilla0.9
| Assignee | ||
Updated•25 years ago
|
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 2•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
| Assignee | ||
Comment 4•24 years ago
|
||
fixed with http branch landing.
nsIHTTPTransaction -> revised nsIHttpChannel
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•24 years ago
|
||
per questions about #6 & #7, I'm reopening. If OK, I'll verify. also, I noticed
in your patch that methods were inheriting from nsISupports, whereas in the
nsIHttpChannel.idl, the iface inherits from nsIChannel. Is that OK?
In nsIHTTPChannel, I checked against what was entered in API Review Notes:
1) request header access: getRequestHeader() is in there.
2) request method: attribute requestMethod in there.
3) response header access: getResponseHeader() in there.
4) response code access: responseStatus attribute in there.
5) response code string access: responseStatusText attribute (string type).
6) enumeration for responses/requests these types are nsIHTTPHeader: Q: are
these the const values for referrerType?
7) removal of atoms in favor of const char *: no atoms, but no const char *
either (Q: is this OK).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•24 years ago
|
||
no.. this bug was fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•