Skip to content

Commit c55cbe0

Browse files
committed
Update HttpOpener Flux command description. (#513)
1 parent 6dd2889 commit c55cbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @author Jens Wille
4848
* @author Pascal Christoph (dr0i)
4949
*/
50-
@Description("Opens an HTTP resource. Supports setting HTTP header fields `Accept`, `Accept-Charset`, `Accept-Encoding` and `Content-Type`, as well as generic headers (separated by `\\n`). Defaults: request `method` = `GET`, request `url` = `@-` (input data), request `body` = `@-` (input data) if request method supports body and input data not already used, `Accept` header = `*/*`, `Accept-Charset` header (`encoding`) = `UTF-8`, `errorPrefix` = `ERROR: `.")
50+
@Description("Opens an HTTP resource. Supports setting HTTP header fields `Accept`, `Accept-Charset`, `Accept-Encoding`, `Content-Encoding` and `Content-Type`, as well as generic headers (separated by `\\n`). Defaults: request `method` = `GET`, request `url` = `@-` (input data), request `body` = `@-` (input data) if request method supports body and input data not already used, `Accept` header (`accept`) = `*/*`, `Accept-Charset` header (`acceptcharset`) = `UTF-8`, `errorprefix` = `ERROR: `.")
5151
@In(String.class)
5252
@Out(Reader.class)
5353
@FluxCommand("open-http")

0 commit comments

Comments
 (0)