Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
a8c2fd8f
Commit
a8c2fd8f
authored
Jun 01, 2020
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http meta
parent
f5a48910
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
perform.js
plugins/di/di-input/perform.js
+4
-3
No files found.
plugins/di/di-input/perform.js
View file @
a8c2fd8f
...
...
@@ -16,9 +16,10 @@ function perform_function(context,response){
{
if
(
data
.
object_type
&&
data
.
object_type
==
'httpdata'
){
var
htdata
=
data
;
input_meta
.
method
=
htdata
.
method
;
if
(
param
.
http_headers
){
input_meta
.
http_headers
=
htdata
.
http_headers
if
(
param
.
http_meta
){
input_meta
.
http_headers
=
htdata
.
headers
;
input_meta
.
http_method
=
htdata
.
method
;
}
if
(
typeof
htdata
.
data
==
'object'
&&
htdata
.
data
.
type
==
'Buffer'
){
data
=
Buffer
.
from
(
htdata
.
data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment