index
:
windmark
main
origin/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
/
router.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(response): async error handler
Fuwn
2023-04-06
1
-14
/
+26
|
*
feat(context): bring back peer address
Fuwn
2023-04-06
1
-2
/
+8
|
*
refactor(router): simplify context creation
Fuwn
2023-04-06
1
-53
/
+17
|
*
fix(context): fix async sharing
Fuwn
2023-04-06
1
-48
/
+41
|
*
refactor(router): block macro
Fuwn
2023-04-06
1
-5
/
+11
|
*
refactor(router): no need for pin
Fuwn
2023-04-06
1
-3
/
+1
|
*
style(router): add associated types
Fuwn
2023-04-05
1
-5
/
+5
|
*
feat(route): merge async and sync mount functions !!
Fuwn
2023-04-05
1
-38
/
+22
|
*
feat(module): async module support
Fuwn
2023-04-04
1
-2
/
+94
|
*
feat(route): native async route support !!
Fuwn
2023-04-04
1
-9
/
+46
|
*
style: seperate blocks
Fuwn
2023-04-03
1
-0
/
+5
|
*
fix(context): clippy lints
Fuwn
2023-04-03
1
-1
/
+1
|
*
refactor(handler): misc. rename
Fuwn
2023-04-03
1
-6
/
+6
|
*
refactor(context): callback -> hook
Fuwn
2023-04-03
1
-8
/
+8
|
*
refactor(returnable): seperate contexts
Fuwn
2023-04-03
1
-2
/
+2
|
*
refactor(handler): move traits
Fuwn
2023-04-03
1
-5
/
+11
|
*
refactor(handler): move all responses to traits
Fuwn
2023-04-03
1
-20
/
+23
|
*
refactor(handler): trait-based response
Fuwn
2023-04-03
1
-6
/
+9
|
*
feat(router): GET RID OF DIRTY BOXES
Fuwn
2023-04-03
1
-13
/
+7
|
*
feat(response): allow multiple languages
Fuwn
2023-04-02
1
-9
/
+14
|
*
refactor(src): clean up string generics
Fuwn
2023-04-02
1
-20
/
+23
|
*
feat(router): expose response to post-route callback
v0.2.5
Fuwn
2023-03-31
1
-3
/
+4
|
*
feat(router): generalize all strings
Fuwn
2023-03-31
1
-16
/
+26
|
*
refactor(router): change response-related setters
Fuwn
2023-03-30
1
-6
/
+10
|
*
docs: fix old response documentation
Fuwn
2023-03-30
1
-7
/
+7
|
*
feat: overhaul response system
Fuwn
2023-03-30
1
-39
/
+33
|
*
feat(router): modify content from post-route callback
Fuwn
2023-03-29
1
-37
/
+39
|
*
refactor(returnable): unify callback context
Fuwn
2023-03-29
1
-8
/
+14
|
*
deps: bump tokio and tokio-openssl to latest
Fuwn
2023-03-21
1
-14
/
+32
|
|
|
|
|
|
I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
*
style(router.rs): clippy lints
Fuwn
2023-02-04
1
-32
/
+13
|
*
feat: drop rust nightly requirement!!!
v0.1.20
Fuwn
2022-07-31
1
-32
/
+21
|
*
feat(response): success with mime response
v0.1.19
Fuwn
2022-07-09
1
-3
/
+7
|
*
feat(response): always allow explicit mime specification
v0.1.17
Fuwn
2022-07-09
1
-7
/
+3
|
*
refactor(router): remove useless clones
Fuwn
2022-06-13
1
-2
/
+1
|
*
feat(router): allow access to client certs
Fuwn
2022-06-13
1
-15
/
+33
|
|
|
|
Pretty happy to finally get this one over with...
*
refactor: fix qualifications
Fuwn
2022-06-13
1
-10
/
+4
|
*
refactor(router): move router to seperate file
Fuwn
2022-06-01
1
-0
/
+769