8 #ifndef PPAPI_C_PPB_URL_RESPONSE_INFO_H_ 
    9 #define PPAPI_C_PPB_URL_RESPONSE_INFO_H_ 
   17 #define PPB_URLRESPONSEINFO_INTERFACE_1_0 "PPB_URLResponseInfo;1.0" 
   18 #define PPB_URLRESPONSEINFO_INTERFACE PPB_URLRESPONSEINFO_INTERFACE_1_0 
PP_Bool(* IsURLResponseInfo)(PP_Resource resource)
PP_Resource(* GetBodyAsFileRef)(PP_Resource response)
struct PP_Var(* GetProperty)(PP_Resource response, PP_URLResponseProperty property)
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4)