Closed picimako closed 2 months ago
The Java DSL has already had support for completing Content-Type header values. Let's do it for the XML DSLs as well.
header.element@value
name
soap...message.attachment@content-type
citrus-http:client@content-type
http:GET/POST.http:headers@content-type
http.send-request.GET.content-type
http.receive-response.response@content-type
Completed in v1.0.16.
Summary
The Java DSL has already had support for completing Content-Type header values. Let's do it for the XML DSLs as well.
Tasks
header.element@value
when thename
attribute is set to Content-Typesoap...message.attachment@content-type
citrus-http:client@content-type
in 'http://www.citrusframework.org/schema/http/config'http:GET/POST.http:headers@content-type
in 'http://www.citrusframework.org/schema/http/testcase'http.send-request.GET.content-type
in 'http://citrusframework.org/schema/xml/testcase'http.receive-response.response@content-type
in 'http://citrusframework.org/schema/xml/testcase'