Skip to content

Commit

Permalink
Remove useless section in REST Client doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Apr 16, 2024
1 parent f56b5c3 commit 3740264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,6 @@ public interface EchoClient {
[[multipart]]

Check warning on line 1386 in docs/src/main/asciidoc/rest-client.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'Multipart Form support'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'Multipart Form support'.", "location": {"path": "docs/src/main/asciidoc/rest-client.adoc", "range": {"start": {"line": 1386, "column": 7}}}, "severity": "INFO"}
== Multipart Form support

Check warning on line 1387 in docs/src/main/asciidoc/rest-client.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'Sending Multipart messages'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'Sending Multipart messages'.", "location": {"path": "docs/src/main/asciidoc/rest-client.adoc", "range": {"start": {"line": 1387, "column": 21}}}, "severity": "INFO"}

REST Client support multipart messages.

=== Sending Multipart messages

REST Client allows sending data as multipart forms. This way you can for example

Check warning on line 1391 in docs/src/main/asciidoc/rest-client.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'because' or 'while' rather than 'as'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'because' or 'while' rather than 'as'.", "location": {"path": "docs/src/main/asciidoc/rest-client.adoc", "range": {"start": {"line": 1391, "column": 22}}}, "severity": "INFO"}
Expand Down

0 comments on commit 3740264

Please sign in to comment.