swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

How to send JSON data in POST Request? #191

Closed joearul closed 4 years ago

joearul commented 4 years ago

Could you please help me to send JSON data in POST request using SwiftSocket TCPClient?

joearul commented 4 years ago

Adding JSON string after head data, it works.