- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 27 Jul 2010 19:38:33 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1361:4ce88eae1b4f tag: tip user: Thomas Gambet <tgambet@w3.org> date: Tue Jul 27 15:38:24 2010 -0400 files: WebContent/WEB-INF/resources/contracts/cacheability.wadl description: + contract for cacheabillity checker diff -r 214543902284 -r 4ce88eae1b4f WebContent/WEB-INF/resources/contracts/cacheability.wadl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebContent/WEB-INF/resources/contracts/cacheability.wadl Tue Jul 27 15:38:24 2010 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> +<grammars/> + <resources base=" http://qa-dev.w3.org/"> + <resource path="cacheability-checker"> + <doc title="responseType">default</doc> + + <doc xml:lang="en" title="name">Cacheability Checker</doc> + + <doc title="mimetype">text/html</doc> + + <method name="GET" id="uriMethod"> + <doc title="inputMethod">URI</doc> + <doc title="inputParamName">ca_uri</doc> + <request> + <param name="ca_uri" type="xs:anyURI" style="plain" required="true" /> + </request> + </method> + </resource> + </resources> +</application>
Received on Tuesday, 27 July 2010 19:38:34 UTC