aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/restapi/RestApiImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Bjorncs/capabilities""Henning Baldersheim2023-02-141-3/+3
* Revert "Bjorncs/capabilities"Henning Baldersheim2023-02-141-3/+3
* Rename 'from()' to 'of()'Bjørn Christian Seime2023-02-131-3/+3
* Add support for declarative configuration of required capabilities to RestApiBjørn Christian Seime2023-02-091-0/+63
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-071-4/+8
* Resolve conflictsJon Marius Venstad2022-04-071-0/+1
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-4/+4
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Support 'X-Forwarded-Host'Bjørn Christian Seime2021-09-061-2/+9
* Prefer 'Host' header when constructing uri builderBjørn Christian Seime2021-09-021-4/+10
* Add user principal to RequestContextBjørn Christian Seime2021-07-151-0/+7
* Move mapper implementations to RestApiMappersBjørn Christian Seime2021-07-141-141/+12
* Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-141-6/+55
* Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-141-33/+98
* Fix comparatorJon Marius Venstad2021-05-021-1/+1
* Sort mappers according to class hierarchy to match most specific mapperJon Marius Venstad2021-04-301-2/+4
* More details with 404 and 405Jon Marius Venstad2021-04-301-1/+1
* Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+2
* Rename class to follow convention of similar exception typesBjørn Christian Seime2021-04-131-1/+1
* Create valid builder when URI has implicit portBjørn Christian Seime2021-04-121-1/+4
* Expose RestApi and ObjectMapper to handler implementationBjørn Christian Seime2021-04-121-0/+2
* Add new method QueryParameters.getStringList()Bjørn Christian Seime2021-03-261-0/+5
* Add 'RequestContext.uriBuilder()'Bjørn Christian Seime2021-03-261-0/+5
* Rename 'toHttpResponse' to 'executeHandler'Bjørn Christian Seime2021-03-261-2/+2
* Reorder generic types for request and response in handlerBjørn Christian Seime2021-03-261-9/+9
* Optional inject request entity to handler for POST,PUT,PATCHBjørn Christian Seime2021-03-261-104/+240
* Create copy of default ObjectMapper instanceBjørn Christian Seime2021-03-231-1/+1
* Retrieve path suffix with '*'Bjørn Christian Seime2021-03-231-1/+8
* Make request content methods result in error response on parse failuresBjørn Christian Seime2021-03-221-0/+71
* Introduce simplified Rest API builder (for replacing Jax-rs ressources)Bjørn Christian Seime2021-03-191-0/+321