aboutsummaryrefslogtreecommitdiff
path: root/src/request/response.rs
Commit message (Expand)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-201-18/+0
* refactor: Optimise allocations and string operationsFuwn2025-09-111-4/+5
* fix(request): Handle malformed response headerFuwn2025-09-111-1/+5
* feat(response): Expose content bytesFuwn2025-06-051-27/+31
* docs: Update copyright header yearFuwn2025-06-041-2/+2
* refactor: Use latest best practices and formattingFuwn2025-05-271-0/+1
* feat: derive all for public typesv0.4.4Fuwn2024-06-291-1/+1
* deps(rustc): bump rust toolchainFuwn2024-06-191-2/+10
* fmt: update rustfmt.tomlFuwn2023-05-181-5/+1
* refactor: remove seldom used procedural macrosFuwn2023-04-171-0/+74
* feat(macros): general utility macrosFuwn2022-06-141-71/+0
* feat(respones): add gettersFuwn2022-05-181-5/+20
* fix: global clippy lint fixesFuwn2022-05-181-8/+5
* feat(request): make gemini requestsFuwn2022-05-171-0/+59