Skip to content

Commit

Permalink
Merge pull request #2 from ishida/fix-post-header
Browse files Browse the repository at this point in the history
メッセージ追加不具合の修正
  • Loading branch information
akiomik committed Dec 1, 2014
2 parents 28ed8e0 + eb5996c commit fd74bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chatwork.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class ChatworkStreaming extends EventEmitter
headers =
"Host" : @host
"X-ChatWorkToken": @token
"Content-Type" : 'application/x-www-form-urlencoded'

options =
"agent" : false
Expand Down

0 comments on commit fd74bfa

Please sign in to comment.