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

com.greenmoonsoftware.tea.HttpMetaData.groovy Maven / Gradle / Ivy

Go to download

A Groovy framework for functional testing rest services. Intended to help you relax while you REST.

The newest version!
package com.greenmoonsoftware.tea

class HttpMetaData {
    String host = ''
    String uri = ''
    String method = ''
    Map requestHeaders = [:]
    Map queryParameters = [:]
    def requestBody = [:]
    Map> responseHeaders = [:]
    def responseBody
    int responseStatus
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy