search for: urlscheme

Displaying 3 results from an estimated 3 matches for "urlscheme".

Did you mean: url_scheme
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...ttps://github.com/gaborcsardi/r-source/pull/3.diff Best, Gabor diff --git a/src/include/Rconnections.h b/src/include/Rconnections.h index a2c53f058f..32bb35e31f 100644 --- a/src/include/Rconnections.h +++ b/src/include/Rconnections.h @@ -36,6 +36,7 @@ typedef enum {HTTPsh, FTPsh, HTTPSsh, FTPSsh} UrlScheme; typedef struct urlconn { void *ctxt; UrlScheme type; + char *headers; } *Rurlconn; /* used in internet module */ @@ -67,7 +68,7 @@ Rconnection getConnection_no_err(int n); Rboolean switch_stdout(int icon, int closeOnExit); void init_con(Rconnection new, const char *description,...
2005 Aug 22
2
RFC: "loop connections"
...-} *Rtextconn; +} *Rloopconn; -typedef struct outtextconn { +typedef struct outloopconn { int len; /* number of lines */ SEXP namesymbol; SEXP data; char *lastline; int lastlinelength; /* buffer size */ -} *Routtextconn; +} *Routloopconn; typedef enum {HTTPsh, FTPsh} UrlScheme; --- src/library/base/R/connections.R.orig 2005-04-18 04:34:17.000000000 -0700 +++ src/library/base/R/connections.R 2005-08-22 16:18:22.095231400 -0700 @@ -83,10 +83,10 @@ encoding = getOption("encoding")) .Internal(socketConnection(host, port, server,...
2013 Feb 05
1
"Header is huge" in fts-solr
...omponent:org.apache.solr.handler.component.DebugComponent at 135c40eb 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting socketTimeout to: 0 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting urlScheme to: http:// 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting connTimeout to: 0 01.02.2013 18:03:54 org.apache.solr.handler.component.HttpShardHandlerFactory getParameter INFO: Setting maxConnectionsPerHost to: 20 01.02.2013 18:03:54 org.apache...