summaryrefslogtreecommitdiff
path: root/rest/rest.h
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-02-01 21:55:16 +0100
committerGünther Wagner <info@gunibert.de>2022-02-01 22:18:07 +0100
commit9c4e1e0619d220347e58e43c9fed5b42566bcf16 (patch)
tree15e5293bfcb5f8df5bb55db5072da5f60b63de42 /rest/rest.h
parentd08c6df432caadf68e3c0b6942ade8d3de3bde51 (diff)
downloadlibrest-9c4e1e0619d220347e58e43c9fed5b42566bcf16.tar.gz
auth: remove auth from proxy and call
Currently it has not practical use. I will rethink how to implement this in nicer way in order to make one-request basic auths possible.
Diffstat (limited to 'rest/rest.h')
-rw-r--r--rest/rest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rest/rest.h b/rest/rest.h
index 9bc964c..2db9eb7 100644
--- a/rest/rest.h
+++ b/rest/rest.h
@@ -1,6 +1,6 @@
/* rest.h
*
- * Copyright 2021 Günther Wagner <info@gunibert.de>
+ * Copyright 2021-2022 Günther Wagner <info@gunibert.de>
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
@@ -27,6 +27,8 @@ G_BEGIN_DECLS
#define REST_INSIDE
# include "rest-proxy.h"
# include "rest-proxy-call.h"
+# include "oauth-proxy.h"
+# include "oauth-proxy-call.h"
# include "rest-oauth2-proxy.h"
# include "rest-utils.h"
# include "rest-pkce-code-challenge.h"