Add a client example program and move examples to the examples/ folder
This commit is contained in:
@@ -910,7 +910,7 @@ bool http_client_next_response(HTTP_Client *client,
|
||||
|
||||
// Free a response object. You can't access its fields
|
||||
// again after this.
|
||||
void http_free_response(HTTP_Response *res);
|
||||
void http_free_response(HTTP_Response *response);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// src/server.h
|
||||
|
||||
Reference in New Issue
Block a user