jeffcheasey88
|
9cedf6898f
|
RouteBinder -> When declaring a Route, developper can now auto-bind other types than [Matcher, Context, HttpReader, HttpWriter]. Currently, the value will be bind with an interceptor.
|
2025-05-01 19:28:08 +02:00 |
|
jeffcheasey88
|
12f2561921
|
StrictReader (will be optimise later) -> use a 1 byte buffer to read data, so it can read bytes when needed without skiping any
|
2025-04-11 14:39:33 +02:00 |
|
jeffcheasey88
|
2f8f158e2a
|
Add possibility to get all Headers sended + Complete http response message
|
2024-02-19 11:14:45 +01:00 |
|
jeffcheasey88
|
4999115ca9
|
Fix reading Json in WebSocket
|
2023-09-23 11:56:59 +02:00 |
|
jeffcheasey88
|
f176f118a3
|
Fix multipart data with empty lines
|
2023-09-18 12:47:28 +02:00 |
|
jeffcheasey88
|
c8796e320f
|
char can be converted into into...basic
|
2023-09-15 23:07:02 +02:00 |
|
jeffcheasey88
|
879b12571b
|
Replace Json lib
|
2023-09-13 23:47:52 +02:00 |
|
jeffcheasey88
|
eed1646a32
|
Fix headers -> was only takes local headers if having global headers
|
2023-09-10 17:47:20 +02:00 |
|
jeffcheasey88
|
f735a7d6bf
|
refractor package for maven repository & add Context & generic getting user & take response code & add default headers
|
2023-08-29 16:11:37 +02:00 |
|