Searched defs:cors (Results 1 - 3 of 3) sorted by relevance

/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java105 String cors = null;
118 } else if (args[i].startsWith("--cors")) {
119 cors = "*";
122 cors = args[i].substring(equalIdx + 1);
171 ServerRunner.executeInstance(new SimpleWebServer(host, port, rootDirs, quiet, cors));
195 private final String cors; field in class:SimpleWebServer
199 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet, String cors) { argument
200 this(host, port, Collections.singletonList(wwwroot), quiet, cors);
211 public SimpleWebServer(String host, int port, List<File> wwwroots, boolean quiet, String cors) { argument
214 this.cors
577 addCORSHeaders(Map<String, String> queryHeaders, Response resp, String cors) argument
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
H A Dstorage_v1_messages.py45 cors: The bucket's Cross-Origin Resource Sharing (CORS) configuration.
202 cors = messages.MessageField('CorsValueListEntry', 2, repeated=True) variable in class:Bucket
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1_messages.py33 cors: The bucket's Cross-Origin Resource Sharing (CORS) configuration.
190 cors = _messages.MessageField('CorsValueListEntry', 2, repeated=True) variable in class:Bucket

Completed in 126 milliseconds