alfred icon indicating copy to clipboard operation
alfred copied to clipboard

A performant, expressjs like server framework with a few gadgets that make life even easier.

Results 29 alfred issues
Sort by recently updated
recently updated
newest added

Hey All! We are at a point now where new features aren't being added and we are all pretty conscious of avoiding breaking changes. I would like to merge https://github.com/rknell/alfred/pull/92...

Hi, thanks for making Alfred. I think it looks very easy and similar to Express which is a huge plus for me. I have one question here. I want to...

Origin updated to a dynamic type that accept - String - RegExp - List - Function

Hi @rknell , I reach here following what is done in the dart community. Perhaps, you could be interested in participating in https://github.com/the-benchmarker/web-frameworks. The idea of this project is to...

I was following the example for Middlewares in the README and noticed that `req.headers.add` gives me a `HttpException: HTTP headers are not mutable` error. Accessing the headers from `res` instead...

Would it be possible to use gRPC in Alfred?

hi, I return a model object from a route, the object has a "toJson()" function, as expected by the fallback serializable type handler, the function is called and the response...

fix the issue: https://github.com/rknell/alfred/issues/130

"api/search/%E6%88%91%E7%9A%84" this will decode wrong, and should make the following patch. ![image](https://github.com/user-attachments/assets/5a8b7fd3-fdfe-4d65-8341-209599fb3b72)