The document discusses code for making synchronous API calls in AppEngine. It defines a default delegate for API calls and overrides the makeSyncCall method to throw an exception for certain datastore Put calls. The code gets the service and method from HTTP request headers and writes the response bytes to the output stream. It also references a protocolBufferOnHttp method for making API calls over HTTP.