added comment about host parameter format (issue 4147)

pull/6823/head
Makarand Dharmapurikar 9 years ago
parent 5cdc9b9181
commit b43bda43ec
  1. 4
      src/objective-c/ProtoRPC/ProtoRPC.h

@ -38,6 +38,10 @@
@interface ProtoRPC : GRPCCall @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 - (instancetype)initWithHost:(NSString *)host
method:(ProtoMethod *)method method:(ProtoMethod *)method
requestsWriter:(GRXWriter *)requestsWriter requestsWriter:(GRXWriter *)requestsWriter

Loading…
Cancel
Save