I also want to check the response header when sending JSON in post with curl
I used it when I wanted to check the response header when sending JSON in post with curl. If you add --include at the end, the response header is also shown. Read more
I used it when I wanted to check the response header when sending JSON in post with curl. If you add --include at the end, the response header is also shown. Read more
How to post json from Mac terminal with curl command. I often use it when I'm developing locally and want to check the APIs. curl http://localhost:3000/api/url -X POST -H "Content-Type: application/json" -d '{"email":"kabigon@swiswiswift. Read more
New article (Swift4) is here. Using Alamofire to get JSON from the API (Swift4.2) This is a sample of retrieving information from the weather API Read more
This is a sample of a delegate that executes functions, etc. from one View to another ViewController. In this case, I changed the background color of the original view from a modal view using a delegate. Read more