index
:
germ
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
request
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore(license): Relicense under MIT OR Apache-2.0
HEAD
main
Fuwn
2026-02-20
5
-90
/
+0
|
*
refactor: Optimise allocations and string operations
Fuwn
2025-09-11
1
-4
/
+5
|
*
fix(request): Handle invalid URLs
Fuwn
2025-09-11
2
-4
/
+13
|
*
fix(request): Handle malformed response header
Fuwn
2025-09-11
1
-1
/
+5
|
*
feat(response): Expose content bytes
Fuwn
2025-06-05
1
-27
/
+31
|
*
docs: Update copyright header year
Fuwn
2025-06-04
5
-10
/
+10
|
*
refactor: Use latest best practices and formatting
Fuwn
2025-05-27
2
-1
/
+5
|
*
feat: derive all for public types
v0.4.4
Fuwn
2024-06-29
2
-2
/
+2
|
*
deps(rustc): bump rust toolchain
Fuwn
2024-06-19
1
-2
/
+10
|
*
fix(tests): blocking and non-blocking request
Fuwn
2024-04-08
2
-5
/
+5
|
*
refactor: module for blocking, default to non-blocking
Fuwn
2024-03-24
2
-1
/
+64
|
*
fmt: update rustfmt.toml
Fuwn
2023-05-18
3
-11
/
+9
|
*
docs(request): fix async request example
Fuwn
2023-04-17
1
-4
/
+9
|
*
refactor: remove seldom used procedural macros
Fuwn
2023-04-17
4
-0
/
+305
|
*
feat(macros): general utility macros
Fuwn
2022-06-14
3
-220
/
+0
|
*
feat(germ): ast struct
Fuwn
2022-06-02
1
-2
/
+1
|
*
feat(status): impl display for status
Fuwn
2022-06-01
1
-0
/
+8
|
*
feat(respones): add getters
Fuwn
2022-05-18
1
-5
/
+20
|
*
fix: global clippy lint fixes
Fuwn
2022-05-18
3
-10
/
+7
|
*
feat(request): make gemini requests
Fuwn
2022-05-17
3
-0
/
+201