All Downloads are FREE. Search and download functionalities are using the official Maven repository.

raml.examples.request-pattern.example.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
    "method": "POST",
    "url": "/resource/to/count",
    "headers": {
        "Content-Type": {
            "matches": ".*/xml"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy