> And this POST endpoint should be checked regularly to see when the changes happened? As by each change the server does some action.
No, that's not how webservers work. Regardless of the language you are using: you write some code which handles the POST and returns a status code (and possibly empty) body for the response. In other words, your code runs immediately. Your code is responsible for processing the content of the request, and generating the response. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/835d9b7f-1a02-46ea-9810-a2c0d8e81095n%40googlegroups.com.