VirtualBox

Changeset 79411 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Jun 28, 2019 12:02:45 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/rest: Added kDoCall_RequireBody flag to help ociSignRequest to sign empty bodies. bugref:9436 bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restclient.h

    r76585 r79411  
    708708    enum
    709709    {
    710         kDoCall_OciReqSignExcludeBody = 1 /**< Exclude the body when doing OCI request signing. */
     710        kDoCall_OciReqSignExcludeBody = 1, /**< Exclude the body when doing OCI request signing. */
     711        kDoCall_RequireBody           = 2  /**< The body is required. */
    711712    };
    712713
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette