Commit 90cca94c authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

http header

parent 6301c566
......@@ -28,6 +28,7 @@ var process_req = function(req, res ,method) {
j.forEach(function(item){
var httpdata = {
'object_type' : 'httpdata',
'headers':req.headers,
'method' : method,
'data' : {}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment