-
See this comment: https://github.com/jacobobryant/biffweb.com/pull/4#issuecomment-2307718376
-
**Describe your environment**
ASGI instrumentation today supports both HTTP and websockets requests but treats them the same. I think it works correctly for HTTP but needs to be changed when ti comes…
owais updated
2 months ago
-
## 에러 상세 정보
- 발생 시점 : 22/12/31
- 발견자 : @RyanBreathings
- 이슈 추적 방법 : 구글 로그인 후 로그 확인하면 에러 메시지 발생
- 예상 원인 : 저걸 왜 url 호출하는지 좀 찾아봐야됨.. 원인 파악 안됨,
> 이슈 해결하기 위한 히스토리는 코멘트로 작성
에러 메시지
/favicon.i…
-
### Issue Description
Can don't change req.RequestURI in middleware.RemoveTrailingSlash()?
My app has a variable url prefix, the url prefix can change by config file.
So I add e.Pre(middleware.R…
-
There is a request to extend Context. Discussed at #410 and https://github.com/honojs/honojs.dev/pull/1
The possibility of adding `c.afunction()` by the middleware is a good feature, I think.
But …
-
### Installation method
PyPI (via pip)
### Description
I'm trying to deploy an api on vercel in Django, however when I call my api I get an error that a module does not exist. I don't get thi…
-
Should change middleware jwt's SuccessHandler:
```
type JWTSuccessHandler func(c echo.Context)
-> type JWTSuccessHandler func(c echo.Context) error
```
It should be a minor change that will not a…
-
### how to disable the request url log color
### Checklist
- [ ] Dependencies installed
- [ ] No typos
- [ ] Searched existing issues and docs
### Expected behaviour
if request success std…
-
# Which router package we will use?
## Background
We need to choose a routing package for our Go web application. This decision will impact the structure and performance of our HTTP request handli…
-
The guides at https://hyper.rs/guides/1 could use a revamp. They don't explain nearly enough for someone trying to learn. It'd be good for them to be broken up by topic, but also be able to build up t…