Skip to content

fix(runtime): use raw text body field - #1168

Open
dajiaohuang wants to merge 1 commit into
bytedance:mainfrom
dajiaohuang:fix/1165-http-raw-text-body
Open

fix(runtime): use raw text body field#1168
dajiaohuang wants to merge 1 commit into
bytedance:mainfrom
dajiaohuang:fix/1165-http-raw-text-body

Conversation

@dajiaohuang

Copy link
Copy Markdown

Summary

  • read the HTTP node's rawText field for raw-text request bodies
  • return a body-type-specific validation error when the value is missing
  • add a workflow-level regression test that verifies the rendered raw-text body passed to fetch

Fixes #1165

Validation

  • rushx test in packages/runtime/js-core (32 files, 299 tests passed)
  • rushx ts-check in packages/runtime/js-core
  • rushx build in packages/runtime/js-core
  • rushx lint in packages/runtime/js-core (exit 0; existing Windows CRLF warnings remain)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Runtime HTTP node reads the JSON field for raw-text bodies

1 participant