Skip to content

Commit 2541e9a

Browse files
committed
draft
1 parent a9ad57a commit 2541e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/test/http-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If you want to refer to the response of a named request, you need to manually tr
237237

238238
### Example request variable usage
239239

240-
For example, suppose your HTTP file has a request that authenticates the caller, and you name it `login`. The response body is a JSON document that contains the bearer token in a property named `token`. In subsequent requests, you want to pass in this bearer token in an `Authorization` header. The following syntax does all this:
240+
For example, suppose your HTTP file has a request that authenticates the caller, and you name it `login`. The response body is a JSON document that contains the bearer token in a property named `token`. In subsequent requests, you want to pass in this bearer token in an `Authorization` header. The following example does this:
241241

242242
```http
243243
#@name login

0 commit comments

Comments
 (0)