/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From ppb_url_response_info.idl modified Thu May 17 11:28:03 2018. */ #ifndef PPAPI_C_PPB_URL_RESPONSE_INFO_H_ #define PPAPI_C_PPB_URL_RESPONSE_INFO_H_ #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" #define PPB_URLRESPONSEINFO_INTERFACE_1_0 … #define PPB_URLRESPONSEINFO_INTERFACE … /** * @file * This file defines the <code>PPB_URLResponseInfo</code> API for examining URL * responses. */ /** * @addtogroup Enums * @{ */ /** * This enumeration contains properties set on a URL response. */ PP_URLResponseProperty; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ /** * @addtogroup Interfaces * @{ */ /** * The PPB_URLResponseInfo interface contains APIs for * examining URL responses. Refer to <code>PPB_URLLoader</code> for further * information. */ struct PPB_URLResponseInfo_1_0 { … }; PPB_URLResponseInfo; /** * @} */ #endif /* PPAPI_C_PPB_URL_RESPONSE_INFO_H_ */