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

de.codecentric.hikaku.endpoints.HttpMethod.kt Maven / Gradle / Ivy

Go to download

A library that tests if the implementation of a REST-API meets its specification. This module contains the core elements which can be used to create additional converters and reporters.

There is a newer version: 3.3.0
Show newest version
package de.codecentric.hikaku.endpoints

enum class HttpMethod {
    GET,
    POST,
    HEAD,
    PUT,
    PATCH,
    DELETE,
    TRACE,
    OPTIONS
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy