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

net.servicestack.client.HttpMethods Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
//  Copyright (c) 2015 ServiceStack LLC. All rights reserved.
//  License: https://servicestack.net/bsd-license.txt

package net.servicestack.client;

public class HttpMethods {
    public static final String Options = "OPTIONS";
    public static final String Head = "HEAD";
    public static final String Get = "GET";
    public static final String Post = "POST";
    public static final String Put = "PUT";
    public static final String Delete = "DELETE";
    public static final String Trace = "TRACE";
    public static final String Patch = "PATCH";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy