<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/HTTPTransport",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin13HTTPTransportV"
  },
  "title" : "HTTPTransport"
}
-->

# HTTPTransport

Sends JSON-RPC requests over HTTP to a Bitcoin node.

```
struct HTTPTransport
```

## Overview

Conforms to [`WalletCapableTransport`](/documentation/Bitcoin/WalletCapableTransport) — appends `/wallet/<name>` to the
base URL when `path` is non-nil.