Skip to content

Commit 72c5d69

Browse files
committed
Improve documentation (#460)
1 parent 6db8a3e commit 72c5d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
*
4343
* @author Christoph Böhme
4444
* @author Jan Schnasse
45+
* @author Jens Wille
4546
*/
46-
@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`).")
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` and `Content-Type` is '*/*' and `Encoding` is 'UTF-8'; default for 'method' is 'GET' and 'ErrorPrefix' is '@-'.")
4748
@In(String.class)
4849
@Out(Reader.class)
4950
@FluxCommand("open-http")

0 commit comments

Comments
 (0)