mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #80 - De-unify netwerk/protocol/http
This commit is contained in:
parent
ff440ebb84
commit
be78f46bae
8 changed files with 17 additions and 15 deletions
|
|
@ -35,7 +35,10 @@ class nsIHttpChannelAuthProvider;
|
|||
class nsInputStreamPump;
|
||||
class nsISSLStatus;
|
||||
|
||||
namespace mozilla { namespace net {
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
||||
bool WillRedirect(nsHttpResponseHead * response);
|
||||
|
||||
class Http2PushedStream;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue