Skip to content

Commit e5f5753

Browse files
committed
Update documentation for HttpOpener. (#463)
1 parent c314664 commit e5f5753

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
@@ -44,7 +44,7 @@
4444
* @author Jan Schnasse
4545
* @author Jens Wille
4646
*/
47-
@Description("Opens an HTTP resource. Supports the setting of `Accept` and `Accept-Charset` as HTTP header fields, as well as generic headers (separated by `\\n`). Default setting of header `Accept` is '*/*' and `Encoding` is 'UTF-8'; default for 'method' is 'GET' and 'ErrorPrefix' is '@-'.")
47+
@Description("Opens an HTTP resource. Supports setting HTTP header fields `Accept`, `Accept-Charset` 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: `.")
4848
@In(String.class)
4949
@Out(Reader.class)
5050
@FluxCommand("open-http")

0 commit comments

Comments
 (0)