aboutsummaryrefslogtreecommitdiff
path: root/src/request
Commit message (Collapse)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-205-90/+0
|
* refactor: Optimise allocations and string operationsFuwn2025-09-111-4/+5
|
* fix(request): Handle invalid URLsFuwn2025-09-112-4/+13
|
* 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-045-10/+10
|
* refactor: Use latest best practices and formattingFuwn2025-05-272-1/+5
|
* feat: derive all for public typesv0.4.4Fuwn2024-06-292-2/+2
|
* deps(rustc): bump rust toolchainFuwn2024-06-191-2/+10
|
* fix(tests): blocking and non-blocking requestFuwn2024-04-082-5/+5
|
* refactor: module for blocking, default to non-blockingFuwn2024-03-242-1/+64
|
* fmt: update rustfmt.tomlFuwn2023-05-183-11/+9
|
* docs(request): fix async request exampleFuwn2023-04-171-4/+9
|
* refactor: remove seldom used procedural macrosFuwn2023-04-174-0/+305
|
* feat(macros): general utility macrosFuwn2022-06-143-220/+0
|
* feat(germ): ast structFuwn2022-06-021-2/+1
|
* feat(status): impl display for statusFuwn2022-06-011-0/+8
|
* feat(respones): add gettersFuwn2022-05-181-5/+20
|
* fix: global clippy lint fixesFuwn2022-05-183-10/+7
|
* feat(request): make gemini requestsFuwn2022-05-173-0/+201