이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
ibrowse
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
30
위키
활동
소스 검색
Tagging master with new version 4.0.2
raw_request
v4.0.2
Chandrashekhar Mullaparthi
12 년 전
부모
69c94d3cf1
커밋
e8ae353c16
7개의 변경된 파일
과
16개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -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, []},
쓰기
미리보기
불러오는 중...
취소
저장