mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
--------- Co-authored-by: lohit <lohit@usebruno.com> Co-authored-by: Sanjai Kumar <161328623+sanjaikumar-bruno@users.noreply.github.com>
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
meta {
|
|
name: echo xml raw
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/echo/xml-raw
|
|
body: xml
|
|
auth: none
|
|
}
|
|
|
|
body:xml {
|
|
<hello><world>bruno</world></hello>
|
|
}
|