https://github.com/fpco/http-reverse-proxy
Last synced: about 1 month ago
Repository metadata:
Reverse proxy HTTP requests, either over raw sockets or with WAI
- Host: GitHub
- URL: https://github.com/fpco/http-reverse-proxy
- Owner: fpco
- License: bsd-3-clause
- Created: 2012-10-02T10:45:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T04:22:24.000Z (6 months ago)
- Last Synced: 2024-11-09T02:02:36.449Z (about 1 month ago)
- Language: Haskell
- Size: 135 KB
- Stars: 55
- Watchers: 10
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Owner metadata:
- Name: FP Complete
- Login: fpco
- Email: [email protected]
- Kind: organization
- Description:
- Website: https://www.fpcomplete.com/
- Location:
- Twitter: fpcomplete
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2163372?v=4
- Repositories: 167
- Last Synced at: 2023-04-10T07:57:03.211Z
- Profile URL: https://github.com/fpco
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 117
Total Committers: 15
Avg Commits per committer: 7.8
Development Distribution Score (DDS): 0.256
Commits in past year: 5
Committers in past year: 2
Avg Commits per committer in past year: 2.5
Development Distribution Score (DDS) in past year: 0.4
Name | Commits | |
---|---|---|
Michael Snoyman | m****l@s****m | 87 |
Marcin Tolysz | t****z@g****m | 7 |
Sibi Prabakaran | s****i@p****n | 5 |
Bin Jin | b****n@c****g | 3 |
Alfredo Di Napoli | a****o@w****m | 2 |
Arian van Putten | a****n@c****m | 2 |
Benjamin Summers | b****n@b****t | 2 |
Zhu Mumu | z****u@g****m | 2 |
Adam Bergmark | a****m@b****l | 1 |
Alexander Kjeldaas | a****s@g****m | 1 |
Arian van Putten | a****n@g****m | 1 |
Ian Graves | t****n@g****m | 1 |
Nikolay Orlyuk | v****y@g****m | 1 |
Tom McLaughlin | t****m@c****o | 1 |
YoEight | y****t@g****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 60,836 total
- Total dependent packages: 4
- Total dependent repositories: 168
- Total versions: 47
- Total maintainers: 2
hackage: http-reverse-proxy
Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.
- Homepage: https://github.com/fpco/http-reverse-proxy
- Licenses: BSD-3-Clause
- Latest release: 0.6.0 (published over 6 years ago)
- Last Synced: 2024-11-11T03:10:21.703Z (about 1 month ago)
- Versions: 47
- Dependent Packages: 4
- Dependent Repositories: 168
- Downloads: 60,836 Total
-
Rankings:
- Downloads: 2.221%
- Dependent repos count: 2.854%
- Average: 6.245%
- Dependent packages count: 7.172%
- Forks count: 8.036%
- Stargazers count: 10.941%
- Maintainers (2)
Dependencies
- base >=4.11 && <5
- blaze-builder >=0.3
- bytestring >=0.9
- case-insensitive >=0.4
- conduit >=1.3
- conduit-extra *
- containers *
- http-client >=0.3
- http-types >=0.6
- network *
- resourcet *
- streaming-commons *
- text >=0.11
- transformers *
- unliftio >=0.2
- wai >=3.0
- wai-logger *
- word8 >=0.0
- base <10 test
- blaze-builder * test
- bytestring * test
- conduit >=1.1 test
- conduit-extra * test
- hspec >=1.3 test
- http-conduit >=2.3 test
- http-reverse-proxy * test
- http-types * test
- network * test
- resourcet * test
- streaming-commons * test
- transformers * test
- unliftio * test
- wai * test
- warp >=2.1 test
- actions/checkout v2 composite