Replies: 1 comment 2 replies
-
I came across a similar question. There's no exported http.ResponseWriter, and while server.WithStreamableHTTPServer() seems to work for your case.
I would rather not implement a custom http.Server.I'm also looking for a simpler way to handle authorization checks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to configure a web browser client to connect with custom authorization and across domains (in a config that would require CORS). I'm trying to use the "WithHttpServer) option but not having luck, is that the intended use of that option?
Beta Was this translation helpful? Give feedback.
All reactions