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

net.pincette.netty.http.HeaderHandler Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package net.pincette.netty.http;

import java.util.function.UnaryOperator;

/**
 * The function that defines a header handler. It can be used to inspect or manipulate headers.
 *
 * @author Werner Donné
 * @since 3.1
 */
public interface HeaderHandler extends UnaryOperator {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy