Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: components/cronet/ios/test/quic_test_server.h

Issue 1892423002: [Cronet] Add Hello World response to QuicTestServer and use it in bidirectional stream test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cronet7
Patch Set: Sync and lint. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/cronet/ios/test/quic_test_server.h
diff --git a/components/cronet/ios/test/quic_test_server.h b/components/cronet/ios/test/quic_test_server.h
index 2fae073a0c772bdfd8ba7e9faa6e575d5c1cbb5b..8b21cb280045c7f22440ab732e592dc73bdef4a6 100644
--- a/components/cronet/ios/test/quic_test_server.h
+++ b/components/cronet/ios/test/quic_test_server.h
@@ -11,6 +11,22 @@ bool StartQuicTestServer();
void ShutdownQuicTestServer();
+extern const char kTestServerDomain[];
+extern const int kTestServerPort;
+extern const char kTestServerHost[];
+extern const char kTestServerUrl[];
+
+extern const char kStatusHeader[];
+
+extern const char kHelloBodyValue[];
+extern const char kHelloStatus[];
+
+extern const char kHelloHeaderName[];
+extern const char kHelloHeaderValue[];
+
+extern const char kHelloTrailerName[];
+extern const char kHelloTrailerValue[];
+
} // namespace cronet
#endif // COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
« no previous file with comments | « components/cronet/ios/test/cronet_bidirectional_stream_test.mm ('k') | components/cronet/ios/test/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698