| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-HTTPolice | Distribution: openSUSE Tumbleweed |
| Version: 0.9.0 | Vendor: openSUSE |
| Release: 5.1 | Build date: Tue May 6 10:12:09 2025 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 911586 | Source RPM: python-HTTPolice-0.9.0-5.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/vfaronov/httpolice | |
| Summary: Validator for HTTP | |
HTTPolice is a validator or linter for HTTP requests and responses. It can spot bad header syntax, inappropriate status codes, and other potential problems in your HTTP server or client.
MIT
* Tue May 06 2025 Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
* Mon Mar 22 2021 Matej Cepl <mcepl@suse.com>
- Skip test test_from_file to avoid filing test
(gh#vfaronov/httpolice#10).
* Mon May 25 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Tue Mar 10 2020 Tomáš Chvátal <tchvatal@suse.com>
- Do not run coverage report as it aint really needed
* Wed Jul 24 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.9.0
* Basic checks for most of the headers defined by WHATWG Fetch,
such as Access-Control-Allow-Origin.
* Updated workarounds for HAR files exported from Chrome and Firefox.
* See upstream changelog for more
* Tue May 14 2019 Ethan Apodaca <eapodaca@suse.com>
- Drop python2 support
- Remove py34-no-singledispatch.patch
- Replace brotlipy dependency with Brotli
- Remove dependancies that are not needed to build.
- Update to v0.8.0
* Changes
+ Dropped Python 2 support. If you need it, use the older versions.
+ HTTPolice no longer requires six nor singledispatch.
+ HTTPolice now pulls in Google's Brotli instead of brotlipy,
but this is merely a packaging change; it can work with either.
+ Notices 1299 and 1300 are no longer reported on Alt-Svc.
* Mon Feb 11 2019 John Vandenberg <jayvdb@gmail.com>
- Fix Python 3 tests
- Add py34-no-singledispatch.patch to remove unnecessary 'singledispatch'
dependency, which is a backport from Python 3.4
- Update to v0.7.0
* Changes
+ Reflecting changes in RFC 8187 and RFC 8259,
notices 1253 (bad charset) and 1281 (bad encoding for JSON)
are now reported for all encodings other than UTF-8, and
notice 1255 (ISO-8859-1 in Content-Disposition) has been removed.
* Added
+ Checks for quoted commas and semicolons that might confuse a naive parser
(notices 1299 and 1300).
+ New checks for Link headers according to RFC 8288 (notices 1307,
1308, and 1309).
+ Checks for immutable responses (notices 1301, 1302, and 1303).
+ Early hints are now recognized (due to their idiosyncratic semantics,
they avoid many checks that are applied to all other responses).
+ Checks for the Accept-Post header (notice 1310).
+ Check for no Transfer-Encoding in response to HTTP/1.0 (notice 1306).
+ Check for 100 (Continue) before switching protocols (notice 1305).
+ Check that the sequence of responses to a request makes sense
(notice 1304).
+ HAR files exported from Chrome and Insomnia are handled slightly better.
* Fixed
+ Headers like Allow and Accept are now parsed more correctly
(RFC Errata 5257).
+ gzip-encoded payloads are now decompressed more reliably.
+ When analyzing TCP streams, HTTPolice now uses a stricter heuristic
for detecting HTTP/1.x streams, producing fewer spurious 1006/1009
notices.
+ Notice 1291 (Preference-Applied needs Vary) is no longer reported
on responses to POST.
- Use %license
- Remove unnecessary build dependencies
- Add more minimum versions
* Thu Nov 16 2017 toddrme2178@gmail.com
- Initial version
/etc/alternatives/httpolice /usr/bin/httpolice /usr/bin/httpolice-3.13 /usr/lib/python3.13/site-packages/httpolice /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/METADATA /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/RECORD /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/licenses /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.13/site-packages/httpolice-0.9.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/httpolice/__init__.py /usr/lib/python3.13/site-packages/httpolice/__metadata__.py /usr/lib/python3.13/site-packages/httpolice/__pycache__ /usr/lib/python3.13/site-packages/httpolice/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/__metadata__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/__metadata__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/blackboard.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/blackboard.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/citation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/citation.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/cli.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/codings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/codings.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/exchange.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/exchange.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/framing1.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/framing1.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/header.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/header.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/helpers.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/message.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/message.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/notice.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/notice.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/parse.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/parse.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/request.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/request.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/response.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/response.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/stream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/stream.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/structure.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/__pycache__/structure.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/blackboard.py /usr/lib/python3.13/site-packages/httpolice/citation.py /usr/lib/python3.13/site-packages/httpolice/cli.py /usr/lib/python3.13/site-packages/httpolice/codings.py /usr/lib/python3.13/site-packages/httpolice/exchange.py /usr/lib/python3.13/site-packages/httpolice/framing1.py /usr/lib/python3.13/site-packages/httpolice/header.py /usr/lib/python3.13/site-packages/httpolice/helpers.py /usr/lib/python3.13/site-packages/httpolice/inputs /usr/lib/python3.13/site-packages/httpolice/inputs/__init__.py /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__ /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/har.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/har.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/streams.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/__pycache__/streams.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/inputs/common.py /usr/lib/python3.13/site-packages/httpolice/inputs/har.py /usr/lib/python3.13/site-packages/httpolice/inputs/streams.py /usr/lib/python3.13/site-packages/httpolice/known /usr/lib/python3.13/site-packages/httpolice/known/__init__.py /usr/lib/python3.13/site-packages/httpolice/known/__pycache__ /usr/lib/python3.13/site-packages/httpolice/known/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/known/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/known/alt_svc_param.csv /usr/lib/python3.13/site-packages/httpolice/known/auth_scheme.csv /usr/lib/python3.13/site-packages/httpolice/known/cache_directive.csv /usr/lib/python3.13/site-packages/httpolice/known/content_coding.csv /usr/lib/python3.13/site-packages/httpolice/known/forwarded_param.csv /usr/lib/python3.13/site-packages/httpolice/known/header.csv /usr/lib/python3.13/site-packages/httpolice/known/hsts_directive.csv /usr/lib/python3.13/site-packages/httpolice/known/media_type.csv /usr/lib/python3.13/site-packages/httpolice/known/method.csv /usr/lib/python3.13/site-packages/httpolice/known/preference.csv /usr/lib/python3.13/site-packages/httpolice/known/product.csv /usr/lib/python3.13/site-packages/httpolice/known/range_unit.csv /usr/lib/python3.13/site-packages/httpolice/known/status_code.csv /usr/lib/python3.13/site-packages/httpolice/known/transfer_coding.csv /usr/lib/python3.13/site-packages/httpolice/known/upgrade_token.csv /usr/lib/python3.13/site-packages/httpolice/known/warn_code.csv /usr/lib/python3.13/site-packages/httpolice/message.py /usr/lib/python3.13/site-packages/httpolice/notice.py /usr/lib/python3.13/site-packages/httpolice/notices.xml /usr/lib/python3.13/site-packages/httpolice/parse.py /usr/lib/python3.13/site-packages/httpolice/reports /usr/lib/python3.13/site-packages/httpolice/reports/__init__.py /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__ /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/html.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/html.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/text.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/reports/__pycache__/text.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/reports/common.py /usr/lib/python3.13/site-packages/httpolice/reports/html.css /usr/lib/python3.13/site-packages/httpolice/reports/html.js /usr/lib/python3.13/site-packages/httpolice/reports/html.py /usr/lib/python3.13/site-packages/httpolice/reports/text.py /usr/lib/python3.13/site-packages/httpolice/request.py /usr/lib/python3.13/site-packages/httpolice/response.py /usr/lib/python3.13/site-packages/httpolice/stream.py /usr/lib/python3.13/site-packages/httpolice/structure.py /usr/lib/python3.13/site-packages/httpolice/syntax /usr/lib/python3.13/site-packages/httpolice/syntax/__init__.py /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__ /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/internal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/internal.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc2616.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc2616.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc3986.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc3986.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc4647.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc4647.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc5646.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc5646.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc5789.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc5789.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6266.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6266.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6749.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6749.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6797.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6797.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6838.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc6838.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7230.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7230.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7231.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7231.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7232.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7232.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7233.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7233.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7234.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7234.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7235.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7235.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7239.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7239.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7240.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7240.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7540.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7540.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7838.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc7838.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc8187.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc8187.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc8288.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/rfc8288.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/w3c_ldp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/w3c_ldp.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/whatwg_fetch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/__pycache__/whatwg_fetch.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/syntax/common.py /usr/lib/python3.13/site-packages/httpolice/syntax/internal.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc2616.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc3986.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc4647.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc5646.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc5789.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc6266.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc6749.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc6797.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc6838.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7230.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7231.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7232.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7233.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7234.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7235.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7239.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7240.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7540.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc7838.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc8187.py /usr/lib/python3.13/site-packages/httpolice/syntax/rfc8288.py /usr/lib/python3.13/site-packages/httpolice/syntax/w3c_ldp.py /usr/lib/python3.13/site-packages/httpolice/syntax/whatwg_fetch.py /usr/lib/python3.13/site-packages/httpolice/util /usr/lib/python3.13/site-packages/httpolice/util/__init__.py /usr/lib/python3.13/site-packages/httpolice/util/__pycache__ /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/data.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/data.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/ordered_enum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/ordered_enum.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/text.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/httpolice/util/__pycache__/text.cpython-313.pyc /usr/lib/python3.13/site-packages/httpolice/util/data.py /usr/lib/python3.13/site-packages/httpolice/util/ordered_enum.py /usr/lib/python3.13/site-packages/httpolice/util/text.py /usr/share/doc/packages/python313-HTTPolice /usr/share/doc/packages/python313-HTTPolice/CHANGELOG.rst /usr/share/doc/packages/python313-HTTPolice/README.rst /usr/share/licenses/python313-HTTPolice /usr/share/licenses/python313-HTTPolice/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:33:49 2025