# XWUIRequestBuilder

HTTP composer with params, headers, auth and body. Send emits a request the host applies — this widget never fetches.

## BasicUsage

Default GET /orders composer.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default GET /orders composer.
```

## PostBody

Start on POST with a body tab.

```example
file: examples/PostBody.ts
html: examples/PostBody.html
title: PostBody
description: Start on POST with a body tab.
```

## Send

Emit a try request for the host.

```example
file: examples/Send.ts
html: examples/Send.html
title: Send
description: Emit a try request for the host.
```

## ApplyResponse

Host applies a response pane.

```example
file: examples/ApplyResponse.ts
html: examples/ApplyResponse.html
title: ApplyResponse
description: Host applies a response pane.
```

```api
```
