aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rest_plugin.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-06-29 14:49:09 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-06-29 14:49:09 +0000
commit44a92cf5418bab5de485a25fc3894bb33f6a7b96 (patch)
tree9a32b51df770abfc44535f2060972e97e00c8b55 /src/include/gnunet_rest_plugin.h
parent13aba2e2ba02476410ccee95974c7c5181f83fcf (diff)
downloadgnunet-44a92cf5418bab5de485a25fc3894bb33f6a7b96.tar.gz
gnunet-44a92cf5418bab5de485a25fc3894bb33f6a7b96.zip
- give control over CORS methods to plugin
Diffstat (limited to 'src/include/gnunet_rest_plugin.h')
-rw-r--r--src/include/gnunet_rest_plugin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_rest_plugin.h b/src/include/gnunet_rest_plugin.h
index abc0aea4c..e1eabd813 100644
--- a/src/include/gnunet_rest_plugin.h
+++ b/src/include/gnunet_rest_plugin.h
@@ -59,11 +59,6 @@ struct GNUNET_REST_Plugin
59 char *name; 59 char *name;
60 60
61 /** 61 /**
62 * Supported HTTP Methods
63 */
64 char *allow_methods;
65
66 /**
67 * Function to process a REST call 62 * Function to process a REST call
68 * 63 *
69 * @param method the HTTP method called 64 * @param method the HTTP method called