Issue #80 - De-unify netwerk/protocol/http

This commit is contained in:
Moonchild 2020-05-18 09:23:17 +00:00 committed by Roy Tam
commit be78f46bae
8 changed files with 17 additions and 15 deletions

View file

@ -35,7 +35,10 @@ class nsIHttpChannelAuthProvider;
class nsInputStreamPump;
class nsISSLStatus;
namespace mozilla { namespace net {
namespace mozilla {
namespace net {
bool WillRedirect(nsHttpResponseHead * response);
class Http2PushedStream;