Skip to content

Commit

Permalink
Fix custom header description
Browse files Browse the repository at this point in the history
  • Loading branch information
tiedotguy committed Jun 29, 2020
1 parent 2c66d5f commit c24cca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRANSPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ There are 3 layers of headers which are on every request. They are processed in
3. User headers. These always take precedence, and setting a value of `""` allows for a header set at an earlier
layer to be removed.

Custom headers can be specified as:
Custom headers can be specified in TOML as:
```
custom-headers={"header1"="value1", "header2"="value2"}
custom-headers={header1="value1", header2="value2"}
```

or
Expand Down

0 comments on commit c24cca1

Please sign in to comment.