Class Http

java.lang.Object
com.codename1.backend.Http

public final class Http extends Object
A minimal HTTP/1.1 client over Tcp. Enough to speak a host runtime's control protocol - the AWS Lambda Runtime API, for instance - without pulling in a platform layer or a TLS stack. Plaintext only: the Lambda Runtime API is plaintext on the loopback interface, and anything facing the public internet terminates TLS in front of the process.