S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
SisMaker
/
ibrowse
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Projekty
0
Vydání
30
Wiki
Aktivita
Procházet zdrojové kódy
Tagging master with new version 4.0.2
raw_request
v4.0.2
Chandrashekhar Mullaparthi
před 12 roky
rodič
69c94d3cf1
revize
e8ae353c16
7 změnil soubory
, kde provedl
16 přidání
a
5 odebrání
Rozdělené zobrazení
Možnosti rozdílového porovnání
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+1
-1
BSD_LICENSE
+4
-0
CHANGELOG
+8
-0
CONTRIBUTORS
+1
-1
LICENSE
+1
-1
README.md
+0
-1
priv/ibrowse.conf
+1
-1
src/ibrowse.app.src
+ 1
- 1
BSD_LICENSE
Zobrazit soubor
@ -1,4 +1,4 @@
Copyright (c) 20
10
, Chandrashekhar Mullaparthi
Copyright (c) 20
05-2013
, Chandrashekhar Mullaparthi
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+ 4
- 0
CHANGELOG
Zobrazit soubor
@ -1,5 +1,9 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
09-04-2013 - v4.0.2
* Tagging master with new version to cover changes
contributed over the past few months via various pull requests
07-08-2012 - v4.0.1
* Fix issue 67 properly.
+ 8
- 0
CONTRIBUTORS
Zobrazit soubor
@ -42,3 +42,11 @@ fholzhauser (https://github.com/fholzhauser/)
hyperthunk (https://github.com/hyperthunk/)
Mistagrooves (https://github.com/Mistagrooves/)
tholschuh (https://github.com/tholschuh/)
https://github.com/nrdufour
https://github.com/helllamer
https://github.com/rflynn
https://github.com/puzza007
https://github.com/marutha
https://github.com/dis
https://github.com/pib
+ 1
- 1
LICENSE
Zobrazit soubor
@ -1,5 +1,5 @@
ibrowse - a HTTP client written in erlang
Copyright (C) 2005-201
0
Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>
Copyright (C) 2005-201
3
Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
+ 1
- 1
README.md
Zobrazit soubor
@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
**Comments to:** chandrashekhar.mullaparthi@gmail.com
**Current Version:** 4.0.
1
**Current Version:** 4.0.
2
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git
+ 0
- 1
priv/ibrowse.conf
Zobrazit soubor
@ -15,4 +15,3 @@
%% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified
%% where option() is all options supported in the ssl module
%% {{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.
+ 1
- 1
src/ibrowse.app.src
Zobrazit soubor
@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.0.
1
"},
{vsn, "4.0.
2
"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
Zapsat
Náhled
Načítá se…
Zrušit
Uložit