aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCRequestHeaders.h
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
* Fixes broken build due to misplaced importGravatar Nate Kibler2015-09-23
| | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
* Changed GRPCCall import to class forward declarationGravatar Nate Kibler2015-09-23
| | | | | | | The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.
* nit: Documentation and formatting.Gravatar Jorge Canizales2015-09-02
|
* Publish GRPCRequestHeaders as a protocolGravatar Jorge Canizales2015-09-02
| | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol.
* Make GRPCRequestHeaders public and import from GRPCCallGravatar Jorge Canizales2015-09-02
|
* Added class for setting request headers on a callGravatar murgatroid992015-09-01