File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # HTTP Request Randomizer in Python [ ![ Build Status] ( https://travis-ci.org/pgaref/HTTP_Request_Randomizer.svg?branch=master )] ( https://travis-ci.org/pgaref/HTTP_Request_Randomizer ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master )] ( https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master ) [ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg )] ( https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer ) [ ![ PyPI version] ( https://badge.fury.io/py/http-request-randomizer.svg )] ( https://badge.fury.io/py/http-request-randomizer )
1+ # HTTP Request Randomizer [ ![ Build Status] ( https://travis-ci.org/pgaref/HTTP_Request_Randomizer.svg?branch=master )] ( https://travis-ci.org/pgaref/HTTP_Request_Randomizer ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master )] ( https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master ) [ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg )] ( https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer ) [ ![ PyPI version] ( https://badge.fury.io/py/http-request-randomizer.svg )] ( https://badge.fury.io/py/http-request-randomizer )
22
33A convenient way to implement HTTP requests is using Pythons' ** requests** library.
44One of requests’ most popular features is simple proxying support.
Original file line number Diff line number Diff line change 1- HTTP Request Randomizer in Python |Build Status | |Coverage Status | |PyPI version |
2- =================================================================================
1+ HTTP Request Randomizer |Build Status | |Coverage Status | | Dependency Status | |PyPI version |
2+ ===========================================================================================
33
44A convenient way to implement HTTP requests is using Pythons'
55**requests ** library. One of requests’ most popular features is simple
@@ -108,5 +108,7 @@ This project is licensed under the terms of the MIT license.
108108 :target: https://travis-ci.org/pgaref/HTTP_Request_Randomizer
109109.. |Coverage Status | image :: https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master
110110 :target: https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master
111+ .. |Dependency Status | image :: https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg
112+ :target: https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer
111113.. |PyPI version | image :: https://badge.fury.io/py/http-request-randomizer.svg
112114 :target: https://badge.fury.io/py/http-request-randomizer
You can’t perform that action at this time.
0 commit comments