litellm/litellm-rust/crates/http/src
devin-ai-integration[bot] e2781c4713
refactor(rust): move tests.rs files inline or under tests/ and drop autotests = false (#43028)
* refactor(rust): move tests.rs files inline or under tests/

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* refactor(rust): move tests.rs files inline or under tests/

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* refactor(rust): inline path-included test files into their owning src files

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* chore(rust): drop stray proptest regression file

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* test(rust): cover lowercase, empty and non-authorization headers in bearer detection

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

---------

Co-authored-by: Yujong Lee <yujong@berri.ai>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-24 20:19:00 +00:00
..
config.rs fix(rust): preserve HTTP host and TLS error context 2026-09-21 21:32:33 +00:00
error.rs fix(rust): preserve HTTP host and TLS error context 2026-09-21 21:32:33 +00:00
lib.rs fix(rust): preserve HTTP host and TLS error context 2026-09-21 21:32:33 +00:00
media.rs fix(rust): preserve HTTP host and TLS error context 2026-09-21 21:32:33 +00:00
outbound.rs feat(rust): add Amazon Textract to litellm.ocr and sign provider requests after host hooks 2026-09-19 09:11:52 -07:00
pool.rs refactor(rust): read proxy env vars through the settings lookup 2026-09-18 20:41:07 -07:00
proxy.rs fix(rust): drop http_proxy under CGI where environment names ignore case 2026-09-19 08:37:27 -07:00
request.rs refactor(rust): move tests.rs files inline or under tests/ and drop autotests = false (#43028) 2026-09-24 20:19:00 +00:00
settings.rs fix(rust): preserve Python settings coercion at the native boundary 2026-09-21 21:32:33 +00:00
tls.rs fix(rust): preserve HTTP host and TLS error context 2026-09-21 21:32:33 +00:00
transport.rs refactor(rust): split custom_httpx into litellm-http and the OCR handler 2026-09-18 20:46:36 -07:00