You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/01/30 08:43:11 UTC

[GitHub] [skywalking-python] kezhenxu94 commented on pull request #181: add fastapi

kezhenxu94 commented on pull request #181:
URL: https://github.com/apache/skywalking-python/pull/181#issuecomment-1025096867


   `APIRoute.handle` doesn't return anything, but it has parameters like `receive`, `send` (`Callable` type), is `receive` a callback that will be invoked when there is response? If so, you can wrap `receive` with a custom function and get the response in that callback,


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org