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

org.sam.server.constant.HttpMethod Maven / Gradle / Ivy

package org.sam.server.constant;

/**
 * HTTP Method에 대한 상수입니다.
 *
 * @author hypernova1
 */
public enum HttpMethod {
    GET,
    POST,
    PUT,
    DELETE,
    HEAD,
    OPTIONS,
    TRACE,
    CONNECT,
    PATCH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy