Skip to content
Snippets Groups Projects
Commit b43bda43 authored by Makarand Dharmapurikar's avatar Makarand Dharmapurikar
Browse files

added comment about host parameter format (issue 4147)

parent 5cdc9b91
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@
@interface ProtoRPC : GRPCCall
/*
* host parameter should not contain the scheme (http:// or https://), only the name or IP addr
* and the port number, for example @"localhost:5050".
*/
- (instancetype)initWithHost:(NSString *)host
method:(ProtoMethod *)method
requestsWriter:(GRXWriter *)requestsWriter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment