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

io.polyapi.commons.api.http.RequestRecord Maven / Gradle / Ivy

package io.polyapi.commons.api.http;

import java.io.InputStream;
import java.util.List;
import java.util.Map;

public record RequestRecord(String host, String relativePath, Integer port, Map> queryParams, HttpMethod method, Map> headers, InputStream body) implements Request {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy