Replies: 2 comments 4 replies
-
I have tried the following but it seems to choke using (var stream = new MemoryStream(Encoding.UTF8.GetBytes(responseString)))
{
context.Response.Headers.Add(HttpRequestHeader.ContentType, "application/json");
context.Response.Headers.Add(HttpRequestHeader.ContentLength, stream.Length.ToString());
await context.Response.SendResponseAsync(stream);
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this supported in grapevine?
Is there a sample on how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions