tools.rest.RequestMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testing-tools Show documentation
Show all versions of testing-tools Show documentation
Tools for supporting automation testing.
package tools.rest;
public enum RequestMethod {
GET,
POST,
PUT,
PATCH,
DELETE;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy