RequestLineRawValues.java

package com.renomad.minum.web;

public record RequestLineRawValues(String method, String path, String protocol){
}