VirtualBox

Changeset 43645 in vbox for trunk/include


Ignore:
Timestamp:
Oct 15, 2012 2:10:03 PM (12 years ago)
Author:
vboxsync
Message:

IPRT: simple HTTP interface

Location:
trunk/include/iprt
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r43416 r43645  
    15641564/** @} */
    15651565
     1566/** @name HTTP status codes
     1567 * @{ */
     1568/** The server has not found anything matching the URI given. */
     1569#define VERR_HTTP_NOT_FOUND                     (-885)
     1570/** The request is for something forbidden. Authorization will not help. */
     1571#define VERR_HTTP_ACCESS_DENIED                 (-886)
     1572/** The server did not understand the request due to bad syntax. */
     1573#define VERR_HTTP_BAD_REQUEST                   (-887)
     1574
     1575
    15661576/** @name RTManifest status codes
    15671577 * @{ */
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