Sha256: a76f96255fccc0e3d8baf723022d5db1d3294fb65ebfb04e9db1471bd02c7b14
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
import ballerina/http; import ballerina/log; // By default, Ballerina exposes a service via HTTP/1.1. service<http:Service> hello bind { port: 9090 } { // Invoke all resources with arguments of server connector and request. sayHello(endpoint caller, http:Request req) { } }
Version data entries
11 entries across 11 versions & 1 rubygems