Uses of Class
com.github.dzieciou.testing.curl.Options
-
-
Uses of Options in com.github.dzieciou.testing.curl
Methods in com.github.dzieciou.testing.curl that return Options Modifier and Type Method Description OptionsOptions.Builder. build()Methods in com.github.dzieciou.testing.curl with parameters of type Options Modifier and Type Method Description static io.restassured.config.RestAssuredConfigCurlLoggingRestAssuredConfigFactory. createConfig(Options options)Creates a REST-assured configuration to generate curl command using custom options.static io.restassured.config.RestAssuredConfigCurlLoggingRestAssuredConfigFactory. updateConfig(io.restassured.config.RestAssuredConfig config, Options options)Updates a given REST-assured configuration to generate curl command using custom options.Constructors in com.github.dzieciou.testing.curl with parameters of type Options Constructor Description CurlLoggingInterceptor(Options options)Http2Curl(Options options)
-