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

org.tinystruct.http.Headers Maven / Gradle / Ivy

package org.tinystruct.http;

import java.util.HashSet;

public class Headers extends HashSet
{ public Headers() { } public Object get(Header header) { //@TODO return header.value(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy