public Response()

in api/src/main/java/org/apache/peeco/api/Response.java [30:34]


    public Response()
    {
        this.output = new ByteArrayInputStream(new byte[0]);
        this.headers = new TreeMap<>(String.CASE_INSENSITIVE_ORDER);
    }