summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/rest: bugref:9167 - Add release logging for REST operations.vboxsync2020-10-221-1/+24
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding RT_NOEXCEPT eve...vboxsync2018-09-231-19/+19
* IPRT/rest: Prepped for polymorphic body responses. bugref:9167vboxsync2018-09-201-9/+16
* IRPT/rest,http: Use header callbacks for capturing header values in responses...vboxsync2018-09-131-1/+1
* IRPT/rest,http: Use header callbacks for capturing header values in responses...vboxsync2018-09-131-200/+123
* IPRT/rest: fix typo in method namevboxsync2018-09-131-3/+3
* IPRT/rest: Do not assert things about data we get from the network.vboxsync2018-09-061-1/+3
* IPRT/rest: split up restbase.h into several files to make it more managable. ...vboxsync2018-09-021-1/+2
* IPRT/rest: Implemented header collection (x-obmcs-header-collection) and mult...vboxsync2018-09-021-22/+39
* IPRT/rest: Pass the response object as a parmeter to the api emthods to make ...vboxsync2018-08-311-0/+11
* IPRT/rest: fixes. bugref:9167vboxsync2018-08-311-2/+2
* IPRT/rest: More request array and map setter methods. Fixed string defaults. ...vboxsync2018-08-301-0/+1
* IPRT/rest: Bug fixes. Pet listing works. bugref:9167vboxsync2018-08-291-4/+4
* IPRT/rest: Adding genric factor methods for every class and use it to general...vboxsync2018-08-281-0/+117
* IPRT/rest: Implemented parsing json response bodies. bugref:9167vboxsync2018-08-281-2/+92
* iprt/rest: Added error info, copy of http status, and content type to RTCRest...vboxsync2018-08-281-1/+1
* iprt/rest: Added error info, copy of http status, and content type to RTCRest...vboxsync2018-08-281-3/+58
* iprt/rest: More work on the API code generation. bugref:9167vboxsync2018-08-271-0/+156