void setParameter( name, value ) |
... configuration section. repository. class http-client as "com.iscobol.rts.HTTPClient" ... working-storage section. 77 http object reference http-client. ... procedure division. ... http:>setParameter("user", "admin"). http:>setParameter("pwd", "2eec6fa53d1cce9321efac977e60d705"). http:>doPost("http://example.com/login") ... |