Closed JoeStrout closed 11 years ago
The Read Me says:
[r addHeaderWithName:@"test" value:@"1234"];
...but no such method exists, as far as I can see. I think this should be:
[r setHeaderWithName:@"test" value:@"1234"];
you're right, I fixed the documentation https://github.com/nst/STHTTPRequest/commit/fbb94d273ffea91954b5bdf0f28665ffc7051dc0
The Read Me says:
Adding a request header
...but no such method exists, as far as I can see. I think this should be: