Package | Description |
---|---|
com.coveros.selenified | |
com.coveros.selenified.services |
Modifier and Type | Method and Description |
---|---|
String |
OutputFile.outputRequestProperties(Request params)
Formats the request parameters to be 'prettily' printed out in HTML
|
Modifier and Type | Method and Description |
---|---|
Response |
HTTP.delete(String service,
Request request)
A basic http delete call
|
Response |
Call.delete(String endpoint,
Request params)
Performs a delete http call and writes the call and response information
to the output file
|
Response |
HTTP.get(String service,
Request request)
A basic http get call
|
Response |
Call.get(String endpoint,
Request params)
Performs a get http call and writes the call and response information to
the output file
|
Response |
HTTP.patch(String service,
Request request)
A basic http patch call
|
Response |
Call.patch(String endpoint,
Request params)
Performs a patch http call and writes the call and response information
to the output file
|
Response |
HTTP.post(String service,
Request request)
A basic http post call
|
Response |
Call.post(String endpoint,
Request params)
Performs a post http call and writes the call and response information to
the output file
|
Response |
HTTP.put(String service,
Request request)
A basic http put call
|
Response |
Call.put(String endpoint,
Request params)
Performs a put http call and writes the call and response information to
the output file
|
Copyright © 2017. All rights reserved.