rest-client-c
rest-client-c copied to clipboard
port number ignored
Thanks you for this rest client interface in C. This is very helpful.
Looks like the port number in the 'RestClient_init()' is being ignored. If you give the port number as part of the clientAddr it uses it (http://localhost:3000). Else default 80 is used.
Hmm... you're right! We should probably just remove it.