mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-25 04:44:12 +02:00
Add a plugin API for reading HTTP response bodies (#560)
This commit is contained in:
@@ -67,7 +67,7 @@ export const plugin: PluginDefinition = {
|
||||
|
||||
const type1 = ntlm.createType1Message(options);
|
||||
|
||||
const negotiateResponse = await ctx.httpRequest.send({
|
||||
const { httpResponse: negotiateResponse } = await ctx.httpRequest.send({
|
||||
httpRequest: {
|
||||
method,
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user