Sphinxcontrib-httpexample

Latest version: v1.1

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.10.1

-------------------

- Fix issue where it was not possible to request exmples with
float values in payload JSON [fixes 42]
[datakurre]

0.10.0

-------------------

- Add support of the URL query parameters, using the `query` field.
Given a line `:query param_name: param_value` in an http example
directive, the key value pair `param_name`, `param_value` will be
added to the request URL (and excluded from further processing).
[ludaavics]

Example::

GET /items HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic dXNlcjpwYXNzd29yZA==

:query from: 20170101
:query to: 20171231
:query user_id: 12
:query limit: 20
:query sort: date(asc)

0.9.1

------------------

- Fix packaging to include setup.cfg in sdist
[datakurre]
- Add the guillotina docs (which now uses httpexample)
[cdevienne]

0.9.0

------------------

- Add support for inlining responses
[cdevienne]

0.8.1

------------------

- Fixed error when parsing top level json lists
[AWhetter]

0.8.0

------------------

- Fix to not strip out Accept/Content-Type headers in builders
[dokai]

- Improve logic to detect a JSON content type
[dokai]

- Use redirected input to pass request payload to httpie
[dokai]

- Fix quoting of non-trivial HTTP headers in builders
[dokai]

- Change to use declarative packaging (setup.cfg instead of setup.py)
[datakurre]

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.