package com.beowulfe.hap.impl.http; public enum HttpMethod { GET, POST, PUT }