All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.chocotea.bean.postman.Modes Maven / Gradle / Ivy

Go to download

This library generates postman collection, environment and integration tests from java code

There is a newer version: 1.0.1
Show newest version
package io.chocotea.bean.postman;

public enum Modes {

    none,
    formData,
    urlencoded,
    raw,
    binary,
    graphql;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy