You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2022/06/24 17:39:00 UTC

[jira] [Closed] (JUNEAU-215) Server-side RequestHeaders/RequestFormData/RequestQuery/RequestPath should be fluent.

     [ https://issues.apache.org/jira/browse/JUNEAU-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar closed JUNEAU-215.
-------------------------------
    Resolution: Fixed

Implemented in 9.0.0

> Server-side RequestHeaders/RequestFormData/RequestQuery/RequestPath should be fluent.
> -------------------------------------------------------------------------------------
>
>                 Key: JUNEAU-215
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-215
>             Project: Juneau
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 8.1.3
>            Reporter: James Bognar
>            Priority: Major
>
> Similar to changes that have been made in the client-side code, the APIs on the server side should also provide equivalent fluent interfaces:
> {code:java}
> request.getHeaders().get("Content-Type").as(ContentType.class);{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)