Changeset 38490 for lang/javascript/vimperator-plugins
- Timestamp:
- 09/19/10 08:24:27 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twittperator.js
r38489 r38490 1266 1266 1267 1267 let useProxy = !!setting.proxyHost; 1268 let requestPath = path; 1268 1269 1269 1270 if (params) 1270 path += '?' + tw.buildQuery(params);1271 1272 let authHeader = tw.getAuthorizationHeader("http://" + host + path);1271 requestPath += '?' + tw.buildQuery(params); 1272 1273 let authHeader = tw.getAuthorizationHeader("http://" + host + requestPath); 1273 1274 1274 1275 if (useProxy) 1275 path = "http://" + host + path;1276 requestPath = "http://" + host + requestPath; 1276 1277 1277 1278 let get = [ 1278 "GET " + path + " HTTP/1.1",1279 "GET " + requestPath + " HTTP/1.1", 1279 1280 "Host: " + host, 1280 1281 "Authorization: " + authHeader, … … 1318 1319 1319 1320 let data = sis.read(len); 1321 liberator.log(name + ':\n' + data); 1320 1322 let lines = data.split(/\r\n|[\r\n]/); 1321 1323 if (lines.length >= 2) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)