tree: 650701bb0a5bb56769fe04bfd665b06b371cedc1 [path history] [tgz]
  1. url_loader/
  2. back_forward_cache_loader_helper.h
  3. buffering_bytes_consumer.cc
  4. buffering_bytes_consumer.h
  5. buffering_bytes_consumer_test.cc
  6. bytes_consumer.cc
  7. bytes_consumer.h
  8. bytes_consumer_test.cc
  9. cached_metadata.cc
  10. cached_metadata.h
  11. client_hints_preferences.cc
  12. client_hints_preferences.h
  13. client_hints_preferences_test.cc
  14. code_cache_host.h
  15. console_logger.h
  16. cross_origin_attribute_value.h
  17. data_pipe_bytes_consumer.cc
  18. data_pipe_bytes_consumer.h
  19. data_pipe_bytes_consumer_test.cc
  20. DEPS
  21. detachable_use_counter.h
  22. early_hints_preload_entry.h
  23. fetch_api_request_body_mojom_traits.cc
  24. fetch_api_request_body_mojom_traits.h
  25. fetch_api_request_body_mojom_traits_test.cc
  26. fetch_client_settings_object.h
  27. fetch_client_settings_object_snapshot.cc
  28. fetch_client_settings_object_snapshot.h
  29. fetch_context.cc
  30. fetch_context.h
  31. fetch_initiator_info.h
  32. fetch_initiator_type_names.json5
  33. fetch_parameters.cc
  34. fetch_parameters.h
  35. fetch_utils.cc
  36. fetch_utils.h
  37. fetch_utils_test.cc
  38. https_state.cc
  39. https_state.h
  40. integrity_metadata.cc
  41. integrity_metadata.h
  42. loader_freeze_mode.h
  43. loading_attribute_value.h
  44. loading_behavior_observer.h
  45. media_timing.h
  46. memory_cache.cc
  47. memory_cache.h
  48. memory_cache_correctness_test.cc
  49. memory_cache_test.cc
  50. null_resource_fetcher_properties.cc
  51. null_resource_fetcher_properties.h
  52. OWNERS
  53. preload_key.h
  54. raw_resource.cc
  55. raw_resource.h
  56. raw_resource_test.cc
  57. README.md
  58. render_blocking_behavior.h
  59. resource.cc
  60. resource.h
  61. resource_client.cc
  62. resource_client.h
  63. resource_client_walker.h
  64. resource_error.cc
  65. resource_error.h
  66. resource_fetcher.cc
  67. resource_fetcher.h
  68. resource_fetcher_properties.cc
  69. resource_fetcher_properties.h
  70. resource_fetcher_properties_test.cc
  71. resource_fetcher_test.cc
  72. resource_finish_observer.h
  73. resource_load_observer.h
  74. resource_load_priority.h
  75. resource_load_scheduler.cc
  76. resource_load_scheduler.h
  77. resource_load_scheduler_test.cc
  78. resource_load_timing.cc
  79. resource_load_timing.h
  80. resource_loader.cc
  81. resource_loader.h
  82. resource_loader_defer_loading_test.cc
  83. resource_loader_options.cc
  84. resource_loader_options.h
  85. resource_loader_test.cc
  86. resource_loading_log.h
  87. resource_priority.h
  88. resource_request.cc
  89. resource_request.h
  90. resource_request_test.cc
  91. resource_response.cc
  92. resource_response.h
  93. resource_response_test.cc
  94. resource_status.h
  95. resource_test.cc
  96. resource_timing_info.cc
  97. resource_timing_info.h
  98. response_body_loader.cc
  99. response_body_loader.h
  100. response_body_loader_client.h
  101. response_body_loader_test.cc
  102. script_cached_metadata_handler.cc
  103. script_cached_metadata_handler.h
  104. script_fetch_options.cc
  105. script_fetch_options.h
  106. shared_buffer_bytes_consumer.cc
  107. shared_buffer_bytes_consumer.h
  108. shared_buffer_bytes_consumer_test.cc
  109. source_keyed_cached_metadata_handler.cc
  110. source_keyed_cached_metadata_handler.h
  111. stale_revalidation_resource_client.cc
  112. stale_revalidation_resource_client.h
  113. subresource_web_bundle.h
  114. subresource_web_bundle_list.cc
  115. subresource_web_bundle_list.h
  116. text_resource_decoder_options.cc
  117. text_resource_decoder_options.h
  118. trust_token_params_conversion.cc
  119. trust_token_params_conversion.h
  120. unique_identifier.cc
  121. unique_identifier.h
  122. worker_resource_timing_notifier.h
third_party/blink/renderer/platform/loader/fetch/README.md

Low-level fetching code.

Fetching/loading code is divided into:

  • core/fetch: Fetch API
  • core/loader: high-level fetching
  • platform/loader/fetch: low-level fetching