AspNetCore.Docs/aspnetcore/includes/http-repl/requires-body-options.md

12 lines
290 B
Markdown
Raw Normal View History

Add HTTP REPL doc (#12975) * Initial upload for HTTPREPL docs * Add list of commands * Update http-repl-tool.md * Adding link to HTTPRepl repo * Added description for initialization commands * Adding navigation commands * Update http-repl-tool.md * Update http-repl-tool.md * Update http-repl-tool.md * Update http-repl-tool.md * HTTP REPL global tool doc patch (#12983) * HTTP REPL global tool doc patch * More edits * Update aspnetcore/web-api/http-repl-tool.md Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com> * Update http-repl-tool.md * Adding PUT and DELETE examples * React to feedback (#13017) * HTTP REPL doc patch (#13030) * Update ToC UID (#13031) * HTTP REPL doc patch * Update ToC UID * More work (#13043) * HTTP REPL doc patch (#13048) * More work * fix include path * More work (#13068) * Update installation text (#13071) * HTTP REPL doc patch (#13086) * HTTP REPL doc patch (#13093) * HTTP REPL doc patch (#13095) * React to feedback - part 1 (#13098) * React to feedback - part 2 (#13130) * React to feedback - part 1 * React to feedback - part 2 * HTTP REPL doc patch (#13131) * HTTP REPL doc patch * Add missing dash * HTTP REPL doc patch (#13133) * Explain how to clear a request header (#13136) * Add more detail about HTTP REPL colorization (#13189) * Document -h option and default editor launch settings (#13192) * Document the formatting.json.indentSize setting (#13193) * React to feedback in HTTP REPL doc (#13224) * Document the formatting.json.indentSize setting * React to feedback in HTTP REPL doc * Document the HTTP REPL run command (#13269)
2019-07-15 23:56:54 +08:00
* `-c|--content`
Provides an inline HTTP request body. For example, `-c "{\"id\":2,\"name\":\"Cherry\"}"`.
Add HTTP REPL doc (#12975) * Initial upload for HTTPREPL docs * Add list of commands * Update http-repl-tool.md * Adding link to HTTPRepl repo * Added description for initialization commands * Adding navigation commands * Update http-repl-tool.md * Update http-repl-tool.md * Update http-repl-tool.md * Update http-repl-tool.md * HTTP REPL global tool doc patch (#12983) * HTTP REPL global tool doc patch * More edits * Update aspnetcore/web-api/http-repl-tool.md Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com> * Update http-repl-tool.md * Adding PUT and DELETE examples * React to feedback (#13017) * HTTP REPL doc patch (#13030) * Update ToC UID (#13031) * HTTP REPL doc patch * Update ToC UID * More work (#13043) * HTTP REPL doc patch (#13048) * More work * fix include path * More work (#13068) * Update installation text (#13071) * HTTP REPL doc patch (#13086) * HTTP REPL doc patch (#13093) * HTTP REPL doc patch (#13095) * React to feedback - part 1 (#13098) * React to feedback - part 2 (#13130) * React to feedback - part 1 * React to feedback - part 2 * HTTP REPL doc patch (#13131) * HTTP REPL doc patch * Add missing dash * HTTP REPL doc patch (#13133) * Explain how to clear a request header (#13136) * Add more detail about HTTP REPL colorization (#13189) * Document -h option and default editor launch settings (#13192) * Document the formatting.json.indentSize setting (#13193) * React to feedback in HTTP REPL doc (#13224) * Document the formatting.json.indentSize setting * React to feedback in HTTP REPL doc * Document the HTTP REPL run command (#13269)
2019-07-15 23:56:54 +08:00
* `-f|--file`
Provides a path to a file containing the HTTP request body. For example, `-f "C:\request.json"`.
* `--no-body`
Indicates that no HTTP request body is needed.