Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_url_response_info.h File Reference
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_url_response_info.h:

Go to the source code of this file.

Classes

struct  PPB_URLResponseInfo_1_0
 

Macros

#define PPB_URLRESPONSEINFO_INTERFACE_1_0   "PPB_URLResponseInfo;1.0"
 
#define PPB_URLRESPONSEINFO_INTERFACE   PPB_URLRESPONSEINFO_INTERFACE_1_0
 

Typedefs

typedef struct
PPB_URLResponseInfo_1_0 
PPB_URLResponseInfo
 

Enumerations

enum  PP_URLResponseProperty {
  PP_URLRESPONSEPROPERTY_URL = 0, PP_URLRESPONSEPROPERTY_REDIRECTURL = 1, PP_URLRESPONSEPROPERTY_REDIRECTMETHOD = 2, PP_URLRESPONSEPROPERTY_STATUSCODE = 3,
  PP_URLRESPONSEPROPERTY_STATUSLINE = 4, PP_URLRESPONSEPROPERTY_HEADERS = 5
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_URLResponseProperty, 4)
 

Detailed Description

This file defines the PPB_URLResponseInfo API for examining URL responses.

Definition in file ppb_url_response_info.h.

Macro Definition Documentation

#define PPB_URLRESPONSEINFO_INTERFACE   PPB_URLRESPONSEINFO_INTERFACE_1_0

Definition at line 18 of file ppb_url_response_info.h.

#define PPB_URLRESPONSEINFO_INTERFACE_1_0   "PPB_URLResponseInfo;1.0"

Definition at line 17 of file ppb_url_response_info.h.