yang-g
18802c7786
change objc
9 years ago
Nate Kibler
2d32771a1b
Removed comment from code generation and updated tests
9 years ago
Nate Kibler
eff9256b39
Fixes broken build due to misplaced import
...
The GRPCCall import must be in the header because it defines a protocol
that GRPCRequestHeaders uses.
9 years ago
Nate Kibler
56cd72b282
Changed GRPCCall import to class forward declaration
...
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.
9 years ago
Nathaniel Manista
3ba30e16ad
Drop issue 527 TODOs for interop specification
...
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
9 years ago
Jorge Canizales
fc6a5dfd16
Fix import that relies on Cocoapods
9 years ago
Jorge Canizales
3569ae43ac
Fix Bazel breakage due to magic Cocoapods header search path
9 years ago
Jorge Canizales
ff6466b726
Add header manipulation examples
...
With both raw and codegen’d library
9 years ago
Jorge Canizales
4682f8f994
Point sample proto podspec to latest gRPC and protobuf
9 years ago
Jorge Canizales
cff8aa2a01
Point SwiftSample’s Podfile to submodule protobuf
9 years ago
Jorge Canizales
78a4c7490e
Make request headers a @property property.
9 years ago
Jorge Canizales
fd2f3a7e9a
Remove unneeded include of grpc.h
9 years ago
Jorge Canizales
d21781f39e
Make the error domain and codes public and documented.
9 years ago
Jorge Canizales
cabbcbfc84
Documentation: Don’t retry if not idempotent!
9 years ago
Jorge Canizales
f5d519464f
Wrap parsing error appropriately before propagating.
9 years ago
Jorge Canizales
ebfd11909c
Propagate parsing error if we get a bad response
9 years ago
Jorge Canizales
4edf83216e
Don’t strip -bin suffix from response metadata.
9 years ago
Jorge Canizales
924c3e867f
Remove unneeded include of grpc.h
9 years ago
Jorge Canizales
c57b764fef
Make the error domain and codes public and documented.
9 years ago
Jorge Canizales
7a84a4e91d
Documentation: Don’t retry if not idempotent!
9 years ago
Jorge Canizales
afb7a0ee23
Wrap parsing error appropriately before propagating.
9 years ago
Jorge Canizales
e7209c588f
Propagate parsing error if we get a bad response
9 years ago
Jorge Canizales
34667063de
Don’t strip -bin suffix from response metadata.
9 years ago
Jorge Canizales
6697e7f9ea
Don’t append -bin automatically to binary request headers.
9 years ago
Jorge Canizales
bbba491b7c
Reject non-ASCII text header values too.
9 years ago
Jorge Canizales
2529735d3d
nit: remove obsolete comment
9 years ago
Jorge Canizales
5f6001eb23
nit: _proxy -> _delegate
9 years ago
Jorge Canizales
acf5e107f3
Let remove nil or non-ASCII keys (noop instead of throw).
9 years ago
Jorge Canizales
12da424c9a
nit: Documentation and formatting.
9 years ago
Jorge Canizales
5af286884e
Make the grpc_metadataArray property private.
9 years ago
Jorge Canizales
2f10127f85
Publish GRPCRequestHeaders as a protocol
...
So we can make the property a dictionary later, by just extending
NSMutableDictionary to conform to the protocol.
9 years ago
Jorge Canizales
05640a58df
Simpler code, better exceptions.
9 years ago
Jorge Canizales
030e5d0c9c
nit: Style guide
9 years ago
Jorge Canizales
5c339d15b3
Remove -[asDictionary]
9 years ago
Jorge Canizales
86e5a050f7
Make GRPCRequestHeaders public and import from GRPCCall
9 years ago
murgatroid99
84fa531e4d
Added class for setting request headers on a call
9 years ago
Jorge Canizales
9fffc26187
Example with generated code :)
9 years ago
Jorge Canizales
d4a0785569
Point to the new RemoteTest pod
9 years ago
Jorge Canizales
0bf6b20876
Create RemoteTest proto client that doesn’t depend on the tests framework
9 years ago
Jorge Canizales
875d1d15c8
Add Swift example with non-generated code :D
9 years ago
Jorge Canizales
587c2550dd
Add empty bridging header
9 years ago
Jorge Canizales
fd09d84f66
Install pods in project
9 years ago
Jorge Canizales
5e5733b36c
Test Podfile
9 years ago
Jorge Canizales
40205944f7
Minimal Swift sample app template
9 years ago
yang-g
61cfa57f5a
change test too
9 years ago
yang-g
e7fb1899f8
fix internal objc test proto
9 years ago
Stanley Cheung
0a268216c2
replace all grpc-common occurances with examples
9 years ago
Julien Boeuf
c5b570f97e
Adding void* at then end of security related method in order to have a stable ABI.
9 years ago
murgatroid99
2e49a355b6
Fixed KVO test
9 years ago
murgatroid99
81b4fcbe84
Added test for responseHeaders KVO compliance
9 years ago