summaryrefslogtreecommitdiff
path: root/apps/oauth/src/oauth_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth/src/oauth_http.erl')
-rw-r--r--apps/oauth/src/oauth_http.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/oauth/src/oauth_http.erl b/apps/oauth/src/oauth_http.erl
index bf5a4bac..78833650 100644
--- a/apps/oauth/src/oauth_http.erl
+++ b/apps/oauth/src/oauth_http.erl
@@ -1,4 +1,5 @@
-module(oauth_http).
+-compile({nowarn_deprecated_function, {http,request,4}}).
-export([get/1, post/2, response_params/1, response_body/1, response_code/1]).