You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@
40
40
* @author Christoph Böhme
41
41
* @author Jan Schnasse
42
42
*/
43
-
@Description("Opens a http resource. Supports the setting of Accept and Accept-Charset as http header fields.")
43
+
@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`).")
0 commit comments