Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
HttpOperator |
Punchlet.http(String url)
Returns an http operator.
|
Modifier and Type | Method and Description |
---|---|
HttpOperator |
HttpOperator.data(String body)
Http POST and PUT data as plain string
|
HttpOperator |
HttpOperator.data(Tuple body)
Http POST and PUT data as plain string
|
HttpOperator |
HttpOperator.get()
Set request as GET.
|
HttpOperator |
HttpOperator.header(String key,
String value)
Add an http header
|
HttpOperator |
HttpOperator.method(String method)
Set request method
|
HttpOperator |
HttpOperator.post()
Set request as POST
|
HttpOperator |
HttpOperator.put()
Set request as PUT
|
HttpOperator |
HttpOperator.timeout(int timeout) |
Copyright © 2022. All rights reserved.