Jef Roosens Chewing_Bever
Loading Heatmap…

Jef Roosens commented on issue Chewing_Bever/lnm#4

Multipart requests

My current idea is to add a layer of abstraction to the reading of HTTP body data from the request. Instead of accessing the read buffer directly, LNM would instead expose a "read body" function…

2024-02-11 10:31:21 +01:00

Jef Roosens commented on issue Chewing_Bever/lander#48

Multipart-based API redesign

My current idea is to add a layer of abstraction to the reading of HTTP body data from the request. Instead of accessing the read buffer directly, LNM would instead expose a "read body" function…

2024-02-11 10:30:57 +01:00

Jef Roosens opened issue Chewing_Bever/lander#48

Multipart-based API redesign

2024-02-11 09:23:50 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#9

Region allocator

2024-02-08 15:39:52 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#8

Better routing

2024-02-08 15:36:36 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#7

Improved usage APIs

2024-02-08 15:31:52 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#6

Per-route custom contexts

2024-02-08 15:26:42 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#5

Response Gzip compression

2024-02-02 16:00:49 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#4

Multipart requests

2024-02-02 15:52:16 +01:00

Jef Roosens pushed to main at Chewing_Bever/lnm

2024-02-01 18:54:38 +01:00

Jef Roosens pushed to main at Chewing_Bever/lnm

2024-02-01 14:00:35 +01:00

Jef Roosens commented on issue Chewing_Bever/lnm#3

Blocking tasks & worker threads

It would be better to implement blocking work at the event loop level, not the HTTP loop level. For this, we could introduce another event loop state: `blocking`. The processing function sets this…

2024-01-31 09:36:02 +01:00

Jef Roosens pushed to main at Chewing_Bever/lnm

  • 854e8c3809 chore: add example for testing blocking tasks

2024-01-31 08:39:44 +01:00

Jef Roosens commented on issue Chewing_Bever/lnm#3

Blocking tasks & worker threads

Instead of "spawning blocking tasks", the step processing pipeline could also just be moved to a worker thread at some point if it knows it will require blocking operations. The whole point of…

2024-01-30 09:35:27 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#3

Blocking tasks & worker threads

2024-01-30 09:05:08 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#2

HTTP byte range requests

2024-01-27 23:02:03 +01:00

Jef Roosens opened issue Chewing_Bever/lnm#1

TLS support using BearSSL

2024-01-27 23:01:04 +01:00

Jef Roosens created branch main in Chewing_Bever/lnm

2024-01-27 22:59:05 +01:00

Jef Roosens pushed to main at Chewing_Bever/lnm

2024-01-27 22:59:05 +01:00

Jef Roosens created repository Chewing_Bever/lnm

2024-01-27 22:52:39 +01:00