All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.viaoa.servlet.OARemoteServlet Maven / Gradle / Ivy

package com.viaoa.servlet;

// 20200812

/**
 * Used for remote method calls through a HTTP server.
 *
 * @author vvia
 */
public class OARemoteServlet {

	// allow remote calls from java (OAHttpXxxClient), http client (curl, postman, browser, etc)

	//qqqqqqqqqqqqqqqqqqqqqqqqqq
	// use OAObjectCallback.allowSubmit to check request object

	/*
		headers
		cookies
		request params, query,
		body
			multi part
		content-type
		CORS
		cache settings

		response codes
			mapping


	*/

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy