alogram_payrisk 0.2.23 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (579) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +2 -2
  4. data/RELEASE.json +4 -4
  5. data/alogram_payrisk.gemspec +1 -1
  6. data/lib/alogram_payrisk/api/forensic_data_api.rb +19 -19
  7. data/lib/alogram_payrisk/api/risk_scoring_api.rb +28 -28
  8. data/lib/alogram_payrisk/api/roadmap_preview_api.rb +55 -55
  9. data/lib/alogram_payrisk/api/signal_intelligence_api.rb +55 -55
  10. data/lib/alogram_payrisk/api/system_api.rb +1 -1
  11. data/lib/alogram_payrisk/api_client.rb +1 -1
  12. data/lib/alogram_payrisk/api_error.rb +1 -1
  13. data/lib/alogram_payrisk/api_model_base.rb +1 -1
  14. data/lib/alogram_payrisk/configuration.rb +1 -1
  15. data/lib/alogram_payrisk/models/account.rb +1 -1
  16. data/lib/alogram_payrisk/models/account_check_request.rb +1 -1
  17. data/lib/alogram_payrisk/models/agent_manifest.rb +1 -1
  18. data/lib/alogram_payrisk/models/agent_provider.rb +1 -1
  19. data/lib/alogram_payrisk/models/auth_context.rb +1 -1
  20. data/lib/alogram_payrisk/models/avs_result_enum.rb +1 -1
  21. data/lib/alogram_payrisk/models/bank_transfer.rb +1 -1
  22. data/lib/alogram_payrisk/models/card.rb +1 -1
  23. data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
  24. data/lib/alogram_payrisk/models/category_signal.rb +1 -1
  25. data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
  26. data/lib/alogram_payrisk/models/check_request.rb +1 -1
  27. data/lib/alogram_payrisk/models/confidence_enum.rb +1 -1
  28. data/lib/alogram_payrisk/models/crypto.rb +1 -1
  29. data/lib/alogram_payrisk/models/cvv_result_enum.rb +1 -1
  30. data/lib/alogram_payrisk/models/decision_resolution_request.rb +1 -1
  31. data/lib/alogram_payrisk/models/decision_resolution_request_analyst.rb +1 -1
  32. data/lib/alogram_payrisk/models/decision_resolution_response.rb +1 -1
  33. data/lib/alogram_payrisk/models/decision_response.rb +32 -216
  34. data/lib/alogram_payrisk/models/decision_response_policy.rb +159 -0
  35. data/lib/alogram_payrisk/models/device_info.rb +1 -1
  36. data/lib/alogram_payrisk/models/discount_code.rb +2 -18
  37. data/lib/alogram_payrisk/models/entity_ids.rb +36 -5
  38. data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
  39. data/lib/alogram_payrisk/models/external_assessment.rb +1 -1
  40. data/lib/alogram_payrisk/models/fraud_score.rb +1 -1
  41. data/lib/alogram_payrisk/models/identity.rb +1 -1
  42. data/lib/alogram_payrisk/models/ingest_payment_event202_response.rb +1 -1
  43. data/lib/alogram_payrisk/models/integrity.rb +1 -1
  44. data/lib/alogram_payrisk/models/interaction.rb +1 -1
  45. data/lib/alogram_payrisk/models/interaction_type_enum.rb +1 -1
  46. data/lib/alogram_payrisk/models/invoice.rb +1 -1
  47. data/lib/alogram_payrisk/models/ip_info.rb +1 -1
  48. data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
  49. data/lib/alogram_payrisk/models/kyc_payload.rb +1 -1
  50. data/lib/alogram_payrisk/models/merchant_context.rb +1 -1
  51. data/lib/alogram_payrisk/models/operator_type.rb +42 -0
  52. data/lib/alogram_payrisk/models/order_context.rb +1 -1
  53. data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
  54. data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -1
  55. data/lib/alogram_payrisk/models/payment_capture_outcome.rb +1 -1
  56. data/lib/alogram_payrisk/models/payment_card_type_enum.rb +1 -1
  57. data/lib/alogram_payrisk/models/payment_chargeback.rb +1 -1
  58. data/lib/alogram_payrisk/models/payment_chargeback_outcome.rb +1 -1
  59. data/lib/alogram_payrisk/models/payment_dispute_outcome.rb +1 -1
  60. data/lib/alogram_payrisk/models/payment_event.rb +1 -1
  61. data/lib/alogram_payrisk/models/payment_event_type.rb +1 -1
  62. data/lib/alogram_payrisk/models/payment_method.rb +1 -1
  63. data/lib/alogram_payrisk/models/payment_outcome.rb +1 -1
  64. data/lib/alogram_payrisk/models/payment_realtime_type_enum.rb +1 -1
  65. data/lib/alogram_payrisk/models/payment_refund_outcome.rb +1 -1
  66. data/lib/alogram_payrisk/models/payment_wallet_type_enum.rb +1 -1
  67. data/lib/alogram_payrisk/models/postal_address.rb +1 -1
  68. data/lib/alogram_payrisk/models/problem.rb +1 -1
  69. data/lib/alogram_payrisk/models/purchase.rb +1 -1
  70. data/lib/alogram_payrisk/models/purchase_initiator_enum.rb +1 -1
  71. data/lib/alogram_payrisk/models/purchase_sequence_enum.rb +1 -1
  72. data/lib/alogram_payrisk/models/purchase_usage_enum.rb +1 -1
  73. data/lib/alogram_payrisk/models/realtime.rb +1 -1
  74. data/lib/alogram_payrisk/models/reason_detail.rb +15 -5
  75. data/lib/alogram_payrisk/models/risk_breakdown.rb +1 -1
  76. data/lib/alogram_payrisk/models/risk_category_enum.rb +1 -1
  77. data/lib/alogram_payrisk/models/risk_level_enum.rb +1 -1
  78. data/lib/alogram_payrisk/models/sca_method_enum.rb +1 -1
  79. data/lib/alogram_payrisk/models/score_record.rb +19 -117
  80. data/lib/alogram_payrisk/models/scores_success_response.rb +1 -1
  81. data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
  82. data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -1
  83. data/lib/alogram_payrisk/models/signals_request.rb +1 -1
  84. data/lib/alogram_payrisk/models/stored_credential_context.rb +1 -1
  85. data/lib/alogram_payrisk/models/three_ds_data.rb +1 -1
  86. data/lib/alogram_payrisk/models/wallet.rb +1 -1
  87. data/lib/alogram_payrisk/version.rb +2 -2
  88. data/lib/alogram_payrisk.rb +3 -1
  89. data/spec/api/forensic_data_api_spec.rb +3 -3
  90. data/spec/api/risk_scoring_api_spec.rb +4 -4
  91. data/spec/api/roadmap_preview_api_spec.rb +7 -7
  92. data/spec/api/signal_intelligence_api_spec.rb +7 -7
  93. data/spec/api/system_api_spec.rb +1 -1
  94. data/spec/models/account_check_request_spec.rb +1 -1
  95. data/spec/models/account_spec.rb +1 -1
  96. data/spec/models/agent_manifest_spec.rb +1 -1
  97. data/spec/models/agent_provider_spec.rb +1 -1
  98. data/spec/models/auth_context_spec.rb +1 -1
  99. data/spec/models/avs_result_enum_spec.rb +1 -1
  100. data/spec/models/bank_transfer_spec.rb +1 -1
  101. data/spec/models/card_network_enum_spec.rb +1 -1
  102. data/spec/models/card_spec.rb +1 -1
  103. data/spec/models/category_signal_spec.rb +1 -1
  104. data/spec/models/channel_enum_spec.rb +1 -1
  105. data/spec/models/check_request_spec.rb +1 -1
  106. data/spec/models/confidence_enum_spec.rb +1 -1
  107. data/spec/models/crypto_spec.rb +1 -1
  108. data/spec/models/cvv_result_enum_spec.rb +1 -1
  109. data/spec/models/decision_resolution_request_analyst_spec.rb +1 -1
  110. data/spec/models/decision_resolution_request_spec.rb +1 -1
  111. data/spec/models/decision_resolution_response_spec.rb +1 -1
  112. data/spec/models/decision_response_policy_spec.rb +42 -0
  113. data/spec/models/decision_response_spec.rb +4 -50
  114. data/spec/models/device_info_spec.rb +1 -1
  115. data/spec/models/discount_code_spec.rb +1 -1
  116. data/spec/models/entity_ids_spec.rb +7 -1
  117. data/spec/models/entry_method_enum_spec.rb +1 -1
  118. data/spec/models/external_assessment_spec.rb +1 -1
  119. data/spec/models/fraud_score_spec.rb +1 -1
  120. data/spec/models/identity_spec.rb +1 -1
  121. data/spec/models/ingest_payment_event202_response_spec.rb +1 -1
  122. data/spec/models/integrity_spec.rb +1 -1
  123. data/spec/models/interaction_spec.rb +1 -1
  124. data/spec/models/interaction_type_enum_spec.rb +1 -1
  125. data/spec/models/invoice_spec.rb +1 -1
  126. data/spec/models/ip_info_spec.rb +1 -1
  127. data/spec/models/kyc_check_request_spec.rb +1 -1
  128. data/spec/models/kyc_payload_spec.rb +1 -1
  129. data/spec/models/merchant_context_spec.rb +1 -1
  130. data/spec/models/operator_type_spec.rb +30 -0
  131. data/spec/models/order_context_spec.rb +1 -1
  132. data/spec/models/payer_type_enum_spec.rb +1 -1
  133. data/spec/models/payment_authorization_outcome_spec.rb +1 -1
  134. data/spec/models/payment_capture_outcome_spec.rb +1 -1
  135. data/spec/models/payment_card_type_enum_spec.rb +1 -1
  136. data/spec/models/payment_chargeback_outcome_spec.rb +1 -1
  137. data/spec/models/payment_chargeback_spec.rb +1 -1
  138. data/spec/models/payment_dispute_outcome_spec.rb +1 -1
  139. data/spec/models/payment_event_spec.rb +1 -1
  140. data/spec/models/payment_event_type_spec.rb +1 -1
  141. data/spec/models/payment_method_spec.rb +1 -1
  142. data/spec/models/payment_outcome_spec.rb +1 -1
  143. data/spec/models/payment_realtime_type_enum_spec.rb +1 -1
  144. data/spec/models/payment_refund_outcome_spec.rb +1 -1
  145. data/spec/models/payment_wallet_type_enum_spec.rb +1 -1
  146. data/spec/models/postal_address_spec.rb +1 -1
  147. data/spec/models/problem_spec.rb +1 -1
  148. data/spec/models/purchase_initiator_enum_spec.rb +1 -1
  149. data/spec/models/purchase_sequence_enum_spec.rb +1 -1
  150. data/spec/models/purchase_spec.rb +1 -1
  151. data/spec/models/purchase_usage_enum_spec.rb +1 -1
  152. data/spec/models/realtime_spec.rb +1 -1
  153. data/spec/models/reason_detail_spec.rb +7 -1
  154. data/spec/models/risk_breakdown_spec.rb +1 -1
  155. data/spec/models/risk_category_enum_spec.rb +1 -1
  156. data/spec/models/risk_level_enum_spec.rb +1 -1
  157. data/spec/models/sca_method_enum_spec.rb +1 -1
  158. data/spec/models/score_record_spec.rb +2 -20
  159. data/spec/models/scores_success_response_spec.rb +1 -1
  160. data/spec/models/signals_account_variant_spec.rb +1 -1
  161. data/spec/models/signals_interaction_variant_spec.rb +1 -1
  162. data/spec/models/signals_request_spec.rb +1 -1
  163. data/spec/models/stored_credential_context_spec.rb +1 -1
  164. data/spec/models/three_ds_data_spec.rb +1 -1
  165. data/spec/models/wallet_spec.rb +1 -1
  166. data/spec/spec_helper.rb +1 -1
  167. data/vendor/bundle/ruby/3.3.0/cache/http-2-1.2.0.gem +0 -0
  168. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.8.0.gem +0 -0
  169. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
  170. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
  171. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
  172. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  173. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.4.0/gem_make.out +5 -5
  174. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  175. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
  176. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/client.rb +1 -1
  177. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/connection.rb +79 -62
  178. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/extensions.rb +16 -10
  179. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/flow_buffer.rb +7 -7
  180. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/framer.rb +98 -98
  181. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/compressor.rb +15 -4
  182. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/decompressor.rb +11 -10
  183. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/encoding_context.rb +18 -6
  184. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/huffman.rb +6 -4
  185. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/server.rb +12 -18
  186. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/settings.rb +42 -0
  187. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/stream.rb +19 -12
  188. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/version.rb +1 -1
  189. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/2.rbs +161 -0
  190. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/connection.rbs +11 -9
  191. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/flow_buffer.rbs +2 -2
  192. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/frame_buffer.rbs +4 -2
  193. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/framer.rbs +8 -4
  194. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/compressor.rbs +1 -0
  195. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/encoding_context.rbs +4 -0
  196. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/huffman.rbs +2 -0
  197. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/server.rbs +1 -1
  198. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/stream.rbs +7 -8
  199. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_8_0.md +100 -0
  200. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/datadog.rb +3 -1
  201. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection/http1.rb +10 -1
  202. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection/http2.rb +37 -4
  203. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection.rb +76 -7
  204. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/errors.rb +8 -1
  205. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/tcp.rb +11 -1
  206. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/options.rb +16 -4
  207. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/parser/http1.rb +8 -2
  208. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth.rb +52 -4
  209. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/lib/httpx/plugins/response_cache → httpx-1.8.0/lib/httpx/plugins/cache}/file_store.rb +1 -1
  210. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/lib/httpx/plugins/response_cache → httpx-1.8.0/lib/httpx/plugins/cache}/store.rb +1 -1
  211. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cache.rb +221 -0
  212. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/fiber_concurrency.rb +50 -3
  213. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/ntlm_v2_auth.rb +92 -0
  214. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/oauth.rb +66 -14
  215. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy.rb +5 -0
  216. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/response_cache.rb +26 -105
  217. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/retries.rb +7 -5
  218. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/server_sent_events.rb +158 -0
  219. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/ssrf_filter.rb +16 -1
  220. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/stream.rb +7 -3
  221. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/tracing.rb +15 -4
  222. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/request.rb +18 -1
  223. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache/file.rb +56 -0
  224. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/native.rb +14 -3
  225. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response/body.rb +4 -2
  226. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response.rb +9 -1
  227. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/selector.rb +7 -1
  228. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/version.rb +1 -1
  229. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/chainable.rbs +3 -0
  230. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection/http1.rbs +1 -1
  231. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection/http2.rbs +1 -1
  232. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection.rbs +11 -8
  233. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/errors.rbs +9 -3
  234. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/httpx.rbs +2 -0
  235. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/tcp.rbs +2 -0
  236. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/loggable.rbs +4 -0
  237. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/options.rbs +25 -12
  238. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/parser/http1.rbs +3 -1
  239. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/ntlm.rbs +1 -1
  240. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/sig/plugins/response_cache → httpx-1.8.0/sig/plugins/cache}/file_store.rbs +2 -2
  241. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/sig/plugins/response_cache → httpx-1.8.0/sig/plugins/cache}/store.rbs +2 -2
  242. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cache.rbs +69 -0
  243. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/fiber_concurrency.rbs +4 -0
  244. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/ntlm_v2_auth.rbs +36 -0
  245. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/response_cache.rbs +67 -0
  246. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/retries.rbs +5 -5
  247. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/server_sent_events.rbs +45 -0
  248. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/ssrf_filter.rbs +5 -1
  249. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/stream.rbs +1 -1
  250. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/stream_bidi.rbs +0 -2
  251. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/webdav.rbs +1 -1
  252. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/pool.rbs +2 -2
  253. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/request.rbs +7 -3
  254. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache/file.rbs +13 -0
  255. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/entry.rbs +1 -1
  256. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/https.rbs +3 -3
  257. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/multi.rbs +1 -1
  258. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/native.rbs +5 -5
  259. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/resolver.rbs +1 -3
  260. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/system.rbs +2 -2
  261. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver.rbs +3 -0
  262. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response.rbs +3 -0
  263. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/selector.rbs +11 -8
  264. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/timers.rbs +5 -5
  265. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/body.rbs +1 -1
  266. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/gzip.rbs +3 -2
  267. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/multipart.rbs +4 -1
  268. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/utils/deflater.rbs +2 -0
  269. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder.rbs +2 -0
  270. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/utils.rbs +1 -1
  271. data/vendor/bundle/ruby/3.3.0/specifications/{http-2-1.1.3.gemspec → http-2-1.2.0.gemspec} +2 -2
  272. data/vendor/bundle/ruby/3.3.0/specifications/{httpx-1.7.8.gemspec → httpx-1.8.0.gemspec} +5 -5
  273. metadata +464 -448
  274. data/vendor/bundle/ruby/3.3.0/cache/http-2-1.1.3.gem +0 -0
  275. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem +0 -0
  276. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/2.rbs +0 -112
  277. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache.rbs +0 -92
  278. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/README.md +0 -0
  279. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/base64.rb +0 -0
  280. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/emitter.rb +0 -0
  281. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/error.rb +0 -0
  282. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/huffman_statemachine.rb +0 -0
  283. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header.rb +0 -0
  284. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2.rb +0 -0
  285. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/client.rbs +0 -0
  286. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/emitter.rbs +0 -0
  287. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/error.rbs +0 -0
  288. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/extensions.rbs +0 -0
  289. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/decompressor.rbs +0 -0
  290. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header.rbs +0 -0
  291. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/LICENSE.txt +0 -0
  292. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/README.md +0 -0
  293. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_1.md +0 -0
  294. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_2.md +0 -0
  295. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_3.md +0 -0
  296. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_4.md +0 -0
  297. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_5.md +0 -0
  298. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_0.md +0 -0
  299. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_1.md +0 -0
  300. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_2.md +0 -0
  301. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_0.md +0 -0
  302. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_1.md +0 -0
  303. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_2.md +0 -0
  304. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_3.md +0 -0
  305. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_12_0.md +0 -0
  306. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_0.md +0 -0
  307. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_1.md +0 -0
  308. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_2.md +0 -0
  309. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_0.md +0 -0
  310. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_1.md +0 -0
  311. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_2.md +0 -0
  312. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_3.md +0 -0
  313. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_4.md +0 -0
  314. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_5.md +0 -0
  315. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_0.md +0 -0
  316. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_1.md +0 -0
  317. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_2.md +0 -0
  318. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_3.md +0 -0
  319. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_4.md +0 -0
  320. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_16_0.md +0 -0
  321. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_16_1.md +0 -0
  322. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_17_0.md +0 -0
  323. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_0.md +0 -0
  324. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_1.md +0 -0
  325. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_2.md +0 -0
  326. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_3.md +0 -0
  327. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_4.md +0 -0
  328. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_5.md +0 -0
  329. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_6.md +0 -0
  330. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_7.md +0 -0
  331. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_0.md +0 -0
  332. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_1.md +0 -0
  333. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_2.md +0 -0
  334. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_3.md +0 -0
  335. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_4.md +0 -0
  336. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_5.md +0 -0
  337. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_6.md +0 -0
  338. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_7.md +0 -0
  339. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_8.md +0 -0
  340. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_1_0.md +0 -0
  341. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_0.md +0 -0
  342. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_1.md +0 -0
  343. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_2.md +0 -0
  344. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_3.md +0 -0
  345. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_4.md +0 -0
  346. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_5.md +0 -0
  347. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_21_0.md +0 -0
  348. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_21_1.md +0 -0
  349. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_0.md +0 -0
  350. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_1.md +0 -0
  351. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_2.md +0 -0
  352. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_3.md +0 -0
  353. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_4.md +0 -0
  354. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_5.md +0 -0
  355. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_0.md +0 -0
  356. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_1.md +0 -0
  357. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_2.md +0 -0
  358. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_3.md +0 -0
  359. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_4.md +0 -0
  360. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_0.md +0 -0
  361. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_1.md +0 -0
  362. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_2.md +0 -0
  363. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_3.md +0 -0
  364. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_4.md +0 -0
  365. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_5.md +0 -0
  366. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_6.md +0 -0
  367. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_7.md +0 -0
  368. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_2_0.md +0 -0
  369. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_2_1.md +0 -0
  370. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_3_0.md +0 -0
  371. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_3_1.md +0 -0
  372. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_4_0.md +0 -0
  373. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_4_1.md +0 -0
  374. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_5_0.md +0 -0
  375. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_5_1.md +0 -0
  376. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_0.md +0 -0
  377. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_1.md +0 -0
  378. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_2.md +0 -0
  379. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_3.md +0 -0
  380. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_4.md +0 -0
  381. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_5.md +0 -0
  382. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_6.md +0 -0
  383. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_7.md +0 -0
  384. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_7_0.md +0 -0
  385. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_0.md +0 -0
  386. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_1.md +0 -0
  387. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_2.md +0 -0
  388. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_9_0.md +0 -0
  389. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_0.md +0 -0
  390. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_1.md +0 -0
  391. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_2.md +0 -0
  392. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_0.md +0 -0
  393. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_1.md +0 -0
  394. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_2.md +0 -0
  395. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_3.md +0 -0
  396. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_4.md +0 -0
  397. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_5.md +0 -0
  398. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_0.md +0 -0
  399. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_1.md +0 -0
  400. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_2.md +0 -0
  401. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_3.md +0 -0
  402. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_4.md +0 -0
  403. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_5.md +0 -0
  404. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_6.md +0 -0
  405. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_0.md +0 -0
  406. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_1.md +0 -0
  407. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_2.md +0 -0
  408. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_3.md +0 -0
  409. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_4.md +0 -0
  410. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_0.md +0 -0
  411. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_1.md +0 -0
  412. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_2.md +0 -0
  413. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_3.md +0 -0
  414. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_4.md +0 -0
  415. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_5_0.md +0 -0
  416. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_5_1.md +0 -0
  417. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_0.md +0 -0
  418. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_1.md +0 -0
  419. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_2.md +0 -0
  420. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_3.md +0 -0
  421. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_0.md +0 -0
  422. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_1.md +0 -0
  423. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_2.md +0 -0
  424. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_3.md +0 -0
  425. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_4.md +0 -0
  426. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_5.md +0 -0
  427. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_6.md +0 -0
  428. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_7.md +0 -0
  429. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_8.md +0 -0
  430. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/faraday.rb +0 -0
  431. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/sentry.rb +0 -0
  432. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/webmock.rb +0 -0
  433. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/altsvc.rb +0 -0
  434. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/base64.rb +0 -0
  435. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/buffer.rb +0 -0
  436. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/callbacks.rb +0 -0
  437. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/chainable.rb +0 -0
  438. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/domain_name.rb +0 -0
  439. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/extensions.rb +0 -0
  440. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/headers.rb +0 -0
  441. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/ssl.rb +0 -0
  442. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/udp.rb +0 -0
  443. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/unix.rb +0 -0
  444. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io.rb +0 -0
  445. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/loggable.rb +0 -0
  446. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/basic.rb +0 -0
  447. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/digest.rb +0 -0
  448. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/ntlm.rb +0 -0
  449. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/socks5.rb +0 -0
  450. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/aws_sdk_authentication.rb +0 -0
  451. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/aws_sigv4.rb +0 -0
  452. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/basic_auth.rb +0 -0
  453. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/brotli.rb +0 -0
  454. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/callbacks.rb +0 -0
  455. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker/circuit.rb +0 -0
  456. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker/circuit_store.rb +0 -0
  457. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker.rb +0 -0
  458. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/content_digest.rb +0 -0
  459. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/cookie.rb +0 -0
  460. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/jar.rb +0 -0
  461. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/set_cookie_parser.rb +0 -0
  462. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies.rb +0 -0
  463. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/digest_auth.rb +0 -0
  464. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/expect.rb +0 -0
  465. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/follow_redirects.rb +0 -0
  466. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/call.rb +0 -0
  467. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/grpc_encoding.rb +0 -0
  468. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/message.rb +0 -0
  469. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc.rb +0 -0
  470. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/h2c.rb +0 -0
  471. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/internal_telemetry.rb +0 -0
  472. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/ntlm_auth.rb +0 -0
  473. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/persistent.rb +0 -0
  474. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/http.rb +0 -0
  475. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/socks4.rb +0 -0
  476. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/socks5.rb +0 -0
  477. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/ssh.rb +0 -0
  478. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/push_promise.rb +0 -0
  479. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/query.rb +0 -0
  480. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/rate_limiter.rb +0 -0
  481. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/stream_bidi.rb +0 -0
  482. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/upgrade/h2.rb +0 -0
  483. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/upgrade.rb +0 -0
  484. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/webdav.rb +0 -0
  485. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/xml.rb +0 -0
  486. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/pmatch_extensions.rb +0 -0
  487. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/pool.rb +0 -0
  488. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/punycode.rb +0 -0
  489. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/request/body.rb +0 -0
  490. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache/base.rb +0 -0
  491. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache/memory.rb +0 -0
  492. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache.rb +0 -0
  493. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/entry.rb +0 -0
  494. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/https.rb +0 -0
  495. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/multi.rb +0 -0
  496. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/resolver.rb +0 -0
  497. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/system.rb +0 -0
  498. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver.rb +0 -0
  499. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response/buffer.rb +0 -0
  500. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/session.rb +0 -0
  501. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/session_extensions.rb +0 -0
  502. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/timers.rb +0 -0
  503. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/body.rb +0 -0
  504. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/chunker.rb +0 -0
  505. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/deflate.rb +0 -0
  506. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/form.rb +0 -0
  507. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/gzip.rb +0 -0
  508. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/json.rb +0 -0
  509. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/decoder.rb +0 -0
  510. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/encoder.rb +0 -0
  511. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/mime_type_detector.rb +0 -0
  512. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/part.rb +0 -0
  513. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart.rb +0 -0
  514. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/utils/body_reader.rb +0 -0
  515. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/utils/deflater.rb +0 -0
  516. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder.rb +0 -0
  517. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/utils.rb +0 -0
  518. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx.rb +0 -0
  519. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/altsvc.rbs +0 -0
  520. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/buffer.rbs +0 -0
  521. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/callbacks.rbs +0 -0
  522. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/domain_name.rbs +0 -0
  523. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/headers.rbs +0 -0
  524. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/ssl.rbs +0 -0
  525. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/udp.rbs +0 -0
  526. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/unix.rbs +0 -0
  527. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io.rbs +0 -0
  528. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/basic.rbs +0 -0
  529. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/digest.rbs +0 -0
  530. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/socks5.rbs +0 -0
  531. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth.rbs +0 -0
  532. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/aws_sdk_authentication.rbs +0 -0
  533. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/aws_sigv4.rbs +0 -0
  534. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/basic_auth.rbs +0 -0
  535. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/brotli.rbs +0 -0
  536. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/callbacks.rbs +0 -0
  537. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/circuit_breaker.rbs +0 -0
  538. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/compression.rbs +0 -0
  539. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/content_digest.rbs +0 -0
  540. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/cookie.rbs +0 -0
  541. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/jar.rbs +0 -0
  542. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/set_cookie_parser.rbs +0 -0
  543. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies.rbs +0 -0
  544. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/digest_auth.rbs +0 -0
  545. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/expect.rbs +0 -0
  546. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/follow_redirects.rbs +0 -0
  547. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/call.rbs +0 -0
  548. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/grpc_encoding.rbs +0 -0
  549. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/message.rbs +0 -0
  550. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc.rbs +0 -0
  551. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/h2c.rbs +0 -0
  552. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/ntlm_auth.rbs +0 -0
  553. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/oauth.rbs +0 -0
  554. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/persistent.rbs +0 -0
  555. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/http.rbs +0 -0
  556. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/socks4.rbs +0 -0
  557. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/socks5.rbs +0 -0
  558. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/ssh.rbs +0 -0
  559. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy.rbs +0 -0
  560. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/push_promise.rbs +0 -0
  561. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/query.rbs +0 -0
  562. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/rate_limiter.rbs +0 -0
  563. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/tracing.rbs +0 -0
  564. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/upgrade/h2.rbs +0 -0
  565. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/upgrade.rbs +0 -0
  566. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/xml.rbs +0 -0
  567. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/punycode.rbs +0 -0
  568. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/request/body.rbs +0 -0
  569. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache/base.rbs +0 -0
  570. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache/memory.rbs +0 -0
  571. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache.rbs +0 -0
  572. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response/body.rbs +0 -0
  573. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response/buffer.rbs +0 -0
  574. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/session.rbs +0 -0
  575. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/chunker.rbs +0 -0
  576. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/deflate.rbs +0 -0
  577. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/form.rbs +0 -0
  578. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/json.rbs +0 -0
  579. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/utils/body_reader.rbs +0 -0
@@ -114,8 +114,10 @@ module HTTP2
114
114
  def receive(frame)
115
115
  transition(frame, false)
116
116
 
117
- case frame[:type]
117
+ frame_type = frame[:type] #: Symbol
118
+ case frame_type
118
119
  when :data
120
+ # @type var frame: data_frame
119
121
  # 6.1. DATA
120
122
  # If a DATA frame is received whose stream is not in "open" or
121
123
  # "half closed (local)" state, the recipient MUST respond with a
@@ -129,6 +131,7 @@ module HTTP2
129
131
  emit(:data, frame[:payload]) unless frame[:ignore]
130
132
  calculate_window_update(@local_window_max_size)
131
133
  when :headers
134
+ # @type var frame: headers_frame
132
135
  stream_error(:stream_closed) if (@state == :closed && @closed != :local_rst) ||
133
136
  @state == :remote_closed
134
137
  @_method ||= frame[:method]
@@ -151,17 +154,18 @@ module HTTP2
151
154
  stream_error(:stream_closed) if (@state == :closed && @closed != :local_rst) || @state == :remote_closed
152
155
  stream_error(:protocol_error) if @received_data
153
156
  when :priority
157
+ # @type var frame: priority_frame
154
158
  process_priority(frame)
155
159
  when :window_update
160
+ # @type var frame: window_update_frame
156
161
  process_window_update(frame: frame)
157
162
  when :altsvc
163
+ # @type var frame: origin_frame
158
164
  # 4. The ALTSVC HTTP/2 Frame
159
165
  # An ALTSVC frame on a
160
166
  # stream other than stream 0 containing non-empty "Origin" information
161
167
  # is invalid and MUST be ignored.
162
- emit(frame[:type], frame) if !frame[:origin] || frame[:origin].empty?
163
- when :blocked
164
- emit(frame[:type], frame)
168
+ emit(frame_type, frame) if !frame[:origin] || frame[:origin].empty?
165
169
  end
166
170
 
167
171
  complete_transition(frame)
@@ -199,11 +203,14 @@ module HTTP2
199
203
  def send(frame)
200
204
  case frame[:type]
201
205
  when :data
206
+ # @type var frame: data_frame
202
207
  # stream state management is maintained in send_data
203
208
  return send_data(frame)
204
209
  when :window_update
210
+ # @type var frame: window_update_frame
205
211
  @local_window += frame[:increment]
206
212
  when :priority
213
+ # @type var frame: priority_frame
207
214
  process_priority(frame)
208
215
  end
209
216
 
@@ -219,9 +226,8 @@ module HTTP2
219
226
  # @param end_headers [Boolean] indicates that no more headers will be sent
220
227
  # @param end_stream [Boolean] indicates that no payload will be sent
221
228
  def headers(headers, end_headers: true, end_stream: false)
222
- flags = []
223
- flags << :end_headers if end_headers
224
- flags << :end_stream if end_stream || @_method == "HEAD"
229
+ flags = end_headers ? END_HEADERS : 0
230
+ flags |= END_STREAM if end_stream || @_method == "HEAD"
225
231
 
226
232
  send(type: :headers, flags: flags, payload: headers)
227
233
  end
@@ -229,7 +235,7 @@ module HTTP2
229
235
  def promise(headers, end_headers: true, &block)
230
236
  raise ArgumentError, "must provide callback" unless block
231
237
 
232
- flags = end_headers ? [:end_headers] : []
238
+ flags = end_headers ? END_HEADERS : 0
233
239
  emit(:promise, self, headers, flags, &block)
234
240
  end
235
241
 
@@ -254,12 +260,12 @@ module HTTP2
254
260
 
255
261
  if payload.bytesize > max_size
256
262
  payload = chunk_data(payload, max_size) do |chunk|
257
- send(type: :data, flags: [], payload: chunk)
263
+ send(type: :data, flags: 0, payload: chunk)
258
264
  end
259
265
  end
260
266
 
261
- flags = []
262
- flags << :end_stream if end_stream
267
+ flags = 0
268
+ flags |= END_STREAM if end_stream
263
269
  send(type: :data, flags: flags, payload: payload)
264
270
  end
265
271
 
@@ -663,7 +669,8 @@ module HTTP2
663
669
  def end_stream?(frame)
664
670
  case frame[:type]
665
671
  when :data, :headers, :continuation
666
- frame[:flags] && frame[:flags].include?(:end_stream)
672
+ # @type var frame: data_frame | headers_frame | continuation_frame
673
+ frame[:flags] && frame[:flags].anybits?(END_STREAM)
667
674
  else false
668
675
  end
669
676
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HTTP2
4
- VERSION = "1.1.3"
4
+ VERSION = "1.2.0"
5
5
  end
@@ -0,0 +1,161 @@
1
+ module HTTP2
2
+ VERSION: String
3
+
4
+ DEFAULT_FLOW_WINDOW: Integer
5
+
6
+ DEFAULT_HEADER_SIZE: Integer
7
+
8
+ DEFAULT_MAX_CONCURRENT_STREAMS: Integer
9
+
10
+ EMPTY: []
11
+
12
+ type connection_opts = Hash[Symbol, untyped]
13
+
14
+ type settings_hash = {
15
+ settings_header_table_size: Integer,
16
+ settings_enable_push: Integer,
17
+ settings_max_concurrent_streams: Integer,
18
+ settings_initial_window_size: Integer,
19
+ settings_max_frame_size: Integer,
20
+ settings_max_header_list_size: Integer
21
+ }
22
+
23
+ type settings_ary = Array[settings_enum]
24
+
25
+ type settings_enum = Enumerable[[Symbol, Integer]]
26
+
27
+ SPEC_DEFAULT_CONNECTION_SETTINGS: settings_hash
28
+
29
+ DEFAULT_CONNECTION_SETTINGS: settings_hash
30
+
31
+ DEFAULT_WEIGHT: Integer
32
+
33
+ CONNECTION_PREFACE_MAGIC: String
34
+
35
+ REQUEST_MANDATORY_HEADERS: Array[String]
36
+
37
+ RESPONSE_MANDATORY_HEADERS: Array[String]
38
+
39
+ # Frame flags
40
+ END_STREAM: Integer
41
+ ACK: Integer
42
+ RESERVED: Integer
43
+ END_HEADERS: Integer
44
+ PADDED: Integer
45
+ PRIORITY: Integer
46
+
47
+ type header_pair = [string, string]
48
+
49
+ # # FRAMES
50
+ type frame_control_flags = Integer
51
+
52
+ type common_frame = { stream: Integer, flags: frame_control_flags, ?length: Integer, ?ignore: bool }
53
+
54
+ type connection_frame = settings_frame | ping_frame | goaway_frame | window_update_frame | altsvc_frame | origin_frame
55
+
56
+ # # HEADERS
57
+ type headers_frame_props = {
58
+ type: :headers, payload: Enumerable[header_pair] | String,
59
+ ?method: Symbol, ?trailer: Array[String], ?content_length: Integer, ?padding: Integer
60
+ }
61
+ type headers_frame = common_frame & headers_frame_props
62
+
63
+ type continuation_frame_props = headers_frame_props | { type: :continuation }
64
+
65
+ type continuation_frame = common_frame & continuation_frame_props
66
+
67
+ # # DATA
68
+ type data_frame_props = { type: :data, ?length: Integer, payload: String, ?padding: Integer }
69
+
70
+ type data_frame = common_frame & data_frame_props
71
+
72
+ # # PUSH_PROMISE
73
+ type push_promise_frame_props = { promise_stream: Integer, ?length: Integer, ?method: Symbol, ?trailer: Array[String], ?content_length: Integer, payload: Enumerable[header_pair] | String, ?padding: Integer }
74
+
75
+ type push_promise_frame = common_frame & push_promise_frame_props
76
+
77
+ # # SETTINGS
78
+ type settings_frame_props = { type: :settings, payload: (Enumerable[[Symbol | Integer, Integer]] | String) }
79
+
80
+ type settings_frame = common_frame & settings_frame_props
81
+
82
+ # # WINDOW_UPDATE
83
+ type window_update_frame_props = { type: :window_update, increment: Integer }
84
+
85
+ type window_update_frame = common_frame & window_update_frame_props
86
+
87
+ # # PRIORITY
88
+ type priority_frame_inner_props = { dependency: Integer, exclusive: bool, weight: Integer }
89
+
90
+ type priority_frame_props = { type: :priority } & priority_frame_inner_props
91
+
92
+ type priority_frame = common_frame & priority_frame_props
93
+
94
+ # # ALTSVC
95
+ type altsvc_frame_props = { type: :altsvc, max_age: Integer, port: Integer, proto: String, host: String }
96
+
97
+ type altsvc_frame = common_frame & altsvc_frame_props
98
+
99
+ # # ORIGIN
100
+ type origin_frame_props = { type: :origin, payload: Array[String] }
101
+
102
+ type origin_frame = common_frame & origin_frame_props
103
+
104
+ # # PING
105
+ type ping_frame_props = { type: :ping, payload: String }
106
+
107
+ type ping_frame = common_frame & ping_frame_props
108
+
109
+ # # GOAWAY
110
+ type goaway_frame_props = { type: :goaway, last_stream: Integer, error: (Symbol | Integer)? }
111
+
112
+ type goaway_frame = common_frame & goaway_frame_props
113
+
114
+ # # RST_STREAM
115
+ type rst_stream_frame_props = { type: :rst_stream, error: (Symbol | Integer)? }
116
+
117
+ type rst_stream_frame = common_frame & rst_stream_frame_props
118
+
119
+ # type frame = headers_frame | continuation_frame | push_promise_frame | data_frame |
120
+ # settings_frame | window_update_frame | priority_frame | altsvc_frame |
121
+ # origin_frame | ping_frame | goaway_frame | rst_stream_frame
122
+
123
+ # type connection_frame_props = rst_stream_frame_props | ping_frame_props | goaway_frame_props
124
+ # | window_update_frame_props | settings_frame_props
125
+
126
+ # type stream_frame_props = headers_frame_props | continuation_frame_props | push_promise_frame_props
127
+ # | data_frame_props | rst_stream_frame_props | priority_frame_props
128
+ # | window_update_frame_props | origin_frame_props | altsvc_frame_props
129
+
130
+ type frame_key = :type | :flags | :stream | :padding | :ignore |
131
+ # headers
132
+ :method | :trailer | :content_length | :status |
133
+ # data, settings, ping
134
+ :payload | :length |
135
+ # promise
136
+ :promise_stream |
137
+ # window_update
138
+ :increment |
139
+ # priority
140
+ :dependency | :exclusive | :weight |
141
+ # altsvc
142
+ :max_age | :port | :proto | :host |
143
+ # origin
144
+ :origin |
145
+ # goaway
146
+ :last_stream | :error
147
+
148
+ type frame_value = Integer |
149
+ Symbol | # type (:data, :headers)
150
+ Array[Symbol] |
151
+ String |
152
+ bool |
153
+ Array[String] |
154
+ Array[[Symbol | Integer, Integer]] |
155
+ Enumerable[header_pair] |
156
+ nil
157
+
158
+ type frame = Hash[frame_key, frame_value]
159
+ type connection_frame_props = Hash[frame_key, frame_value]
160
+ type stream_frame_props = Hash[frame_key, frame_value]
161
+ end
@@ -33,6 +33,7 @@ module HTTP2
33
33
 
34
34
  @streams: Hash[Integer, Stream]
35
35
  @streams_recently_closed: Hash[Integer, Numeric]
36
+ @oldest_stream_recently_closed: Numeric
36
37
 
37
38
  @framer: Framer
38
39
 
@@ -50,6 +51,7 @@ module HTTP2
50
51
 
51
52
  @recv_buffer: String
52
53
  @continuation: Array[frame]
54
+ @continuation_size: Integer
53
55
 
54
56
  @h2c_upgrade: Symbol?
55
57
  @closed_since: Float?
@@ -68,39 +70,39 @@ module HTTP2
68
70
 
69
71
  def settings: (settings_enum payload) -> void
70
72
 
71
- def receive: (string data) -> void
73
+ def receive: (String data) -> void
72
74
  alias << receive
73
75
 
74
76
  def initialize: (?connection_opts) -> void
75
77
 
76
78
  private
77
79
 
78
- def send: (frame frame) -> void
80
+ def send: (connection_frame_props | stream_frame_props frame) -> void
79
81
 
80
82
  def encode: (frame frame) -> void
81
83
 
82
84
  def connection_frame?: (frame) -> bool
83
85
 
84
- def connection_management: (frame) -> void
86
+ def connection_management: (connection_frame frame) -> void
85
87
 
86
88
  def ping_management: (frame) -> void
87
89
 
88
90
  def validate_settings: (role_type, settings_enum) -> void
89
91
 
90
- def connection_settings: (frame) -> void
92
+ def connection_settings: (settings_frame) -> void
91
93
 
92
- def decode_headers: (frame) -> void
94
+ def decode_headers: (headers_frame | push_promise_frame) -> void
93
95
 
94
- def encode_headers: (frame headers_frame) -> void
96
+ def encode_headers: (headers_frame | push_promise_frame) -> void
95
97
 
96
98
  def activate_stream: (id: Integer, **untyped) -> Stream
97
99
 
98
100
  def verify_stream_order: (Integer id) -> void
99
101
 
100
- def verify_pseudo_headers: (frame) -> void
102
+ def verify_pseudo_headers: (headers_frame | push_promise_frame) -> void
101
103
 
102
- def _verify_pseudo_headers: (frame, Array[String]) -> void
104
+ def _verify_pseudo_headers: (headers_frame | push_promise_frame, Array[String]) -> void
103
105
 
104
106
  def connection_error: (?Symbol error, ?msg: String?, ?e: StandardError?) -> void
105
107
  end
106
- end
108
+ end
@@ -14,9 +14,9 @@ module HTTP2
14
14
 
15
15
  def calculate_window_update: (Integer) -> void
16
16
 
17
- def send_data: (?data_frame? frame, ?bool encode) -> void
17
+ def send_data: (?data_frame_props? frame, ?bool encode) -> void
18
18
 
19
- def send_frame: (data_frame frame, bool encode) -> void
19
+ def send_frame: (data_frame_props frame, bool encode) -> void
20
20
 
21
21
  def process_window_update: (frame: window_update_frame, ?encode: bool) -> void
22
22
  end
@@ -1,15 +1,17 @@
1
1
  module HTTP2
2
2
  class FrameBuffer
3
+ include BufferUtils
4
+
3
5
  attr_reader bytesize: Integer
4
6
 
5
7
  @buffer: Array[data_frame]
6
8
 
7
9
  def clear: () -> void
8
10
 
9
- def <<: (data_frame frame) -> void
11
+ def <<: (data_frame_props frame) -> void
10
12
 
11
13
  def empty?: () -> bool
12
14
 
13
- def retrieve: (Integer) -> data_frame?
15
+ def retrieve: (Integer) -> data_frame_props?
14
16
  end
15
17
  end
@@ -20,7 +20,9 @@ module HTTP2
20
20
 
21
21
  DEFINED_SETTINGS: Hash[Symbol, Integer]
22
22
 
23
- DEFINED_ERRORS: Hash[Symbol, Integer]
23
+ DEFINED_SETTINGS_BY_ID: Hash[Integer, Symbol]
24
+
25
+ DEFINED_ERRORS: Array[Symbol]
24
26
 
25
27
  RBIT: Integer
26
28
  RBYTE: Integer
@@ -29,6 +31,8 @@ module HTTP2
29
31
  UINT16: String
30
32
  UINT8: String
31
33
  HEADERPACK: String
34
+ PRIORITYPACK: String
35
+ ALTSVCPACK: String
32
36
  FRAME_LENGTH_HISHIFT: Integer
33
37
  FRAME_LENGTH_LOMASK: Integer
34
38
 
@@ -41,19 +45,19 @@ module HTTP2
41
45
 
42
46
  def common_header: (frame, buffer: String) -> String
43
47
 
44
- def read_common_header: (String buf) -> frame
48
+ def read_common_header: (String buf) -> (common_frame | { length: Integer })
45
49
 
46
50
  def read_common_frame: (String) -> frame
47
51
 
48
52
  def generate: (frame) -> String
49
53
 
50
- def parse: (String) -> frame?
54
+ def parse: (String) -> (frame | { length: Integer })?
51
55
 
52
56
  private
53
57
 
54
58
  def initialize: (?Integer local_max_frame_size, ?Integer remote_max_frame_size) -> untyped
55
59
 
56
- def pack_error: (Integer | Symbol error, buffer: String) -> String
60
+ def pack_error: (Symbol | Integer error, buffer: String) -> String
57
61
 
58
62
  def unpack_error: (Integer) -> (Symbol | Integer)
59
63
  end
@@ -2,6 +2,7 @@ module HTTP2
2
2
  module Header
3
3
  class Compressor
4
4
  include PackingExtensions
5
+ include BufferUtils
5
6
 
6
7
  @cc: EncodingContext
7
8
 
@@ -22,6 +22,10 @@ module HTTP2
22
22
 
23
23
  attr_reader current_table_size: Integer
24
24
 
25
+ @table_by_field: Hash[string, Array[[string, Integer]]]
26
+
27
+ @unshifts: Integer
28
+
25
29
  @limit: Integer
26
30
 
27
31
  @_table_updated: bool
@@ -9,6 +9,8 @@ module HTTP2
9
9
 
10
10
  EOS: Integer
11
11
 
12
+ EOS_PADDING: Array[String]
13
+
12
14
  CODES: Array[[Integer, Integer]]
13
15
 
14
16
  ENCODE_TABLE: Array[String]
@@ -7,6 +7,6 @@ module HTTP2
7
7
 
8
8
  private
9
9
 
10
- def promise: (Stream parent, Enumerable[header_pair] headers, Array[Symbol] flags) { (Stream) -> void } -> void
10
+ def promise: (Stream parent, Enumerable[header_pair] headers, frame_control_flags flags) { (Stream) -> void } -> void
11
11
  end
12
12
  end
@@ -37,7 +37,7 @@ module HTTP2
37
37
 
38
38
  def calculate_content_length: (Integer?) -> void
39
39
 
40
- def send: (frame frame) -> void
40
+ def send: (stream_frame_props frame) -> void
41
41
 
42
42
  def headers: (Enumerable[header_pair] headers, ?end_headers: bool, ?end_stream: bool) -> void
43
43
 
@@ -70,7 +70,7 @@ module HTTP2
70
70
  ?state: Symbol
71
71
  ) -> untyped
72
72
 
73
- def transition: (frame, bool sending) -> void
73
+ def transition: (stream_frame_props frame, bool sending) -> void
74
74
 
75
75
  def event: (Symbol newstate) -> void
76
76
 
@@ -80,15 +80,14 @@ module HTTP2
80
80
 
81
81
  def complete_transition: (frame) -> void
82
82
 
83
- def process_priority: (priority_frame frame) -> void
83
+ def process_priority: (priority_frame_inner_props frame) -> void
84
84
 
85
- def end_stream?: (frame frame) -> boolish
85
+ def end_stream?: (stream_frame_props frame) -> boolish
86
86
 
87
- def stream_error: (Symbol error, ?msg: String?) -> void
88
- | () -> void
87
+ def stream_error: (?Symbol error, ?msg: String?) -> void
89
88
 
90
89
  alias error stream_error
91
90
 
92
- def manage_state: (frame) { () -> void } -> void
91
+ def manage_state: (stream_frame_props frame) { () -> void } -> void
93
92
  end
94
- end
93
+ end
@@ -0,0 +1,100 @@
1
+ # 1.8.0
2
+
3
+ ## Features
4
+
5
+ ### New plugins
6
+
7
+ #### `:server_sent_events` plugin
8
+
9
+ The `:server_sent_events` plugin provides a convenience API to deal with `text/event-stream` requests, on top of the `:stream` plugin.
10
+
11
+ ```ruby
12
+ session = HTTPX.plugin(:server_sent_events)
13
+
14
+ sse_response = session.get("https://example.com/event-stream", event_stream: true)
15
+
16
+ sse_response.each_message do |message|
17
+ puts message.id
18
+ puts message.event
19
+ puts message.data
20
+ end
21
+ ```
22
+
23
+ You can read more about it in https://gitlab.com/os85/httpx/wikis/Server-Sent-Events .
24
+
25
+ #### `:cache` plugin
26
+
27
+ The `:cache` plugin allows caching responses. It exposes some options to determine some of its functionality, i.e. whether a request can use a cached response, whether a response can be cached, whether a cached response is still valid, etc.
28
+
29
+ This functionality was extracted from the `:response_cache` plugin, which now uses it under the hood.
30
+
31
+ You can read more about it in https://gitlab.com/os85/httpx/wikis/Cache .
32
+
33
+ #### `:ntlm_v2_auth` plugin
34
+
35
+ The `:ntlm_v2_auth` plugin is now available. It implements the most recent version of the NTLM authentication scheme supported by Microsoft products.
36
+
37
+ You can read more about it in https://gitlab.com/os85/httpx/wikis/Auth#ntlm-v2-auth .
38
+
39
+ ### New timeouts
40
+
41
+ #### `:total_request_timeout`
42
+
43
+ You can use the `:total_request_timeout` to time the time it takes a request to get its final response. This includes when your requests follows redirects (via the `:follow_redirects` plugin) or is retried multiple times (via the `:retries´ plugin).
44
+
45
+ #### `:ping_timeout`
46
+
47
+ Defines the number of seconds a connection waits to receive a ping response when probing for a connection for liveness.
48
+
49
+ Defaults to 2 seconds.
50
+
51
+ ### `:ssrf_filter` plugin new options
52
+
53
+ #### `:extra_unsafe_ranges`
54
+
55
+ A list of extra unsafe IPs or IP ranges to the default deny list.
56
+
57
+ #### `:safe_private_ranges`
58
+
59
+ A list of IPs or IP ranges which are allowed and would otherwise be denied.
60
+
61
+ ### `:auth` plugin new option
62
+
63
+ #### `:reset_auth_header_expires_in/at`
64
+
65
+ The `:reset_auth_header_expires_in` and `:reset_auth_header_expires_at` options enable discarding an authorization token an X number of seconds after it has been generated, or at a particuar point in time, respectively. This is useful when the token is dynamically generated, so that you can preemptively renegotiate a new one.
66
+
67
+ The `:oauth` plugin makes use of these fields, alongside the `expires_in` claim from token responses, to refresh the token as soon as the it expires.
68
+
69
+ ### `:max_response_body_size`
70
+
71
+ Can be set to the maximum number of bytes a response may have, after which it'll return an `HTTPX::ErrorResponse`. The limit is enforced based on the `content-length` header and as bytes are received.
72
+
73
+ ### `:max_response_headers`
74
+
75
+ Can be set to the maximum number of headers a response may have.
76
+
77
+ ### `:max_response_header_value_size`
78
+
79
+ Can be set to the maximum number of bytes a header value may have. In cases where a header field may be spread across multiple entries (ex. `"cookie"`), the limit is enforced on the aggregate byte size.
80
+
81
+ ### resolver file cache
82
+
83
+ By specifying `:file` as the resolver `:cache` option, the DNS entries will be cached in a known location in your file system. This will allow sharing entries across processes within the same machine to reduce overall DNS traffic. You can use it via:
84
+
85
+ ```ruby
86
+ session = HTTPX.with(resolver_options: { cache: :file })
87
+ session.get("https://example.com")
88
+ ```
89
+
90
+ ## Improvements
91
+
92
+ * `http-2` minimum version is now 1.2.0, which brings performance benefits around frame parsing and other common operations.
93
+
94
+ ## Bugfixes
95
+
96
+ * several fixes to make `httpx` usable inside a fiber scheduler in ruby 4.
97
+ * `:proxy` plugin: unescape user/password from proxy options before reusing it (to avoid using percent-encoded values when p.ex. generating base64-encoding for basic auth).
98
+ * `:retries` plugin: fixed the polynomial and exponential backoff `:retry_after` strategies calculation.
99
+ * `:tracing` plugin: fixing span start time set up when request is sent to a closed connection, or when a long-lived connection will be probed for liveness.
100
+ * datadog adapter: fixed integration with the `datadog` gem v2.34 or higher.
@@ -15,8 +15,10 @@ module Datadog::Tracing
15
15
 
16
16
  TAG_BASE_SERVICE = if Gem::Version.new(DATADOG_VERSION::STRING) < Gem::Version.new("1.15.0")
17
17
  "_dd.base_service"
18
- else
18
+ elsif Gem::Version.new(DATADOG_VERSION::STRING) < Gem::Version.new("2.34.0")
19
19
  Datadog::Tracing::Contrib::Ext::Metadata::TAG_BASE_SERVICE
20
+ else
21
+ Datadog::Tracing::Metadata::Ext::TAG_BASE_SERVICE
20
22
  end
21
23
  TAG_PEER_HOSTNAME = Datadog::Tracing::Metadata::Ext::TAG_PEER_HOSTNAME
22
24
  TAG_PEER_SERVICE = Datadog::Tracing::Metadata::Ext::TAG_PEER_SERVICE
@@ -14,6 +14,7 @@ module HTTPX
14
14
  "www-authenticate" => "WWW-Authenticate",
15
15
  "http2-settings" => "HTTP2-Settings",
16
16
  "content-md5" => "Content-MD5",
17
+ "last-event-id" => "Last-Event-ID",
17
18
  }.freeze
18
19
  attr_reader :pending, :requests
19
20
 
@@ -23,7 +24,7 @@ module HTTPX
23
24
  @options = options
24
25
  @max_concurrent_requests = @options.max_concurrent_requests || MAX_REQUESTS
25
26
  @max_requests = @options.max_requests
26
- @parser = Parser::HTTP1.new(self)
27
+ @parser = Parser::HTTP1.new(self, options.max_response_headers, options.max_response_header_value_size)
27
28
  @buffer = buffer
28
29
  @version = [1, 1]
29
30
  @pending = []
@@ -47,6 +48,10 @@ module HTTPX
47
48
  end
48
49
 
49
50
  def reset
51
+ if @ping_timer
52
+ @ping_timer.cancel
53
+ @ping_timer = nil
54
+ end
50
55
  @max_requests = @options.max_requests || MAX_REQUESTS
51
56
  @parser.reset!
52
57
  @handshake_completed = false
@@ -132,6 +137,10 @@ module HTTPX
132
137
  request.log(color: :yellow) { "-> HEADLINE: #{response.status} HTTP/#{@parser.http_version.join(".")}" }
133
138
  request.log(color: :yellow) { response.headers.each.map { |f, v| "-> HEADER: #{f}: #{log_redact_headers(v)}" }.join("\n") }
134
139
 
140
+ if response.content_length && response.content_length > request.options.max_response_body_size
141
+ raise HTTPX::Error, "maximum response body size exceeded"
142
+ end
143
+
135
144
  request.response = response
136
145
  on_complete if response.finished?
137
146
  end