I\'m trying to ultimately have an NSMutableURLRequest with a valid HTTPBody, but I can\'t seem to get my string data (coming from a UITextFie
NSMutableURLRequest
HTTPBody
UITextFie
In swift 5
let data = Data(YourString.utf8)