mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 05:04:16 -05:00
[http] Add support for http post in the libevent client (required for scrobbling)
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
struct http_client_ctx
|
||||
{
|
||||
/* Destination URL, header and body of outgoing request body (headers and
|
||||
* body is currently only supported for https)
|
||||
/* Destination URL, header and body of outgoing request body. If output_body
|
||||
* is set, the request will be POST, otherwise it will be GET
|
||||
*/
|
||||
const char *url;
|
||||
struct keyval *output_headers;
|
||||
|
||||
Reference in New Issue
Block a user