Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / wojtekmach/req issues and pull requests

#315 - Add Req.Test.allow/3

Pull Request - State: closed - Opened by whatyouhide 7 months ago

#314 - Add some info to `Req.Steps.decode_body/1` docs

Pull Request - State: closed - Opened by whatyouhide 7 months ago - 1 comment

#313 - `put_params`: Double-check URI encoding

Issue - State: open - Opened by wojtekmach 7 months ago

#312 - Mint.TransportError - socket closed

Issue - State: open - Opened by sergiotapia 7 months ago - 2 comments

#311 - Support `headers: [accept: :json]`

Issue - State: closed - Opened by wojtekmach 7 months ago - 1 comment

#310 - Fix docs in Req.Test

Pull Request - State: closed - Opened by krns 7 months ago - 2 comments

#309 - Unable to send request with body larger than 64Kb

Issue - State: closed - Opened by GRoguelon 7 months ago - 13 comments

#308 - `retry`: `retry_delay` fun gets called 4 times with `max_retries: 3`

Issue - State: closed - Opened by lud-wj 7 months ago - 1 comment

#307 - Fix typo in Req.Test docs

Pull Request - State: closed - Opened by msmithstubbs 7 months ago - 1 comment

#306 - Compilation error when `plug` deps is not present

Issue - State: closed - Opened by Qizot 7 months ago - 2 comments

#305 - Req.Request.new explodes when url have square brackets

Issue - State: closed - Opened by lessless 8 months ago - 3 comments

#304 - Expose async request functionality

Pull Request - State: closed - Opened by benjreinhart 8 months ago - 3 comments

#303 - fix: Use `put_header/3` instead of `put_new_header/3` in auth step.

Pull Request - State: closed - Opened by jadengis 8 months ago - 1 comment

#302 - Loosen finch version requirement

Pull Request - State: closed - Opened by doughsay 8 months ago - 1 comment

#301 - `put_aws_sigv4`: Support streaming request body

Pull Request - State: closed - Opened by wojtekmach 8 months ago

#298 - Jason.DecodeError UTF8

Issue - State: closed - Opened by leonardorame 8 months ago - 1 comment

#297 - `Req.Steps.auth/2` does not support updating authorization header

Issue - State: closed - Opened by jadengis 8 months ago - 3 comments

#296 - `retry`: Allow changing of initial request parameters

Issue - State: open - Opened by Kraigie 8 months ago - 5 comments

#295 - `decode_body`: should we gracefully handle invalid JSON?

Issue - State: closed - Opened by wojtekmach 8 months ago - 9 comments

#294 - Response streaming example/docs incomplete

Issue - State: closed - Opened by spacebat 8 months ago - 1 comment

#293 - Show low level Mint option usage in ReadMe

Pull Request - State: closed - Opened by JoeARO 9 months ago - 2 comments

#292 - Handle content-type when there is more than one in the header list

Pull Request - State: closed - Opened by bfolkens 9 months ago - 1 comment

#290 - Update finch to 0.17, publish async APIs

Pull Request - State: closed - Opened by dlindenkreuz 9 months ago - 8 comments

#289 - `put_base_url`: Allow a 0-arity function in `:base_url`

Issue - State: closed - Opened by wojtekmach 9 months ago - 3 comments

#288 - `Req`: Rename `Req.update` to `Req.merge`

Issue - State: closed - Opened by wojtekmach 9 months ago

#287 - Proposal: Add `Req.Test`

Issue - State: closed - Opened by wojtekmach 9 months ago - 1 comment

#286 - wip: Add `redact_options` & `redact_headers` support

Pull Request - State: closed - Opened by ghost 9 months ago - 1 comment

#285 - Move to using the ExBrotli NIF for Brotli decompression

Pull Request - State: closed - Opened by s3cur3 9 months ago - 4 comments

#284 - Clarification and potential issue with `:verify_checksum` response step

Issue - State: closed - Opened by rhcarvalho 10 months ago - 1 comment

#283 - Possible infinite loop running response/error steps

Issue - State: closed - Opened by rhcarvalho 10 months ago - 1 comment

#282 - Add ability to redact custom header and option names

Issue - State: closed - Opened by wojtekmach 10 months ago - 3 comments

#281 - Fix CHANGELOG.md

Pull Request - State: closed - Opened by seb3s 10 months ago - 1 comment

#280 - Option to have redirect step set cookies

Issue - State: closed - Opened by grantwest 10 months ago - 2 comments

#278 - Setting basic auth header from `username:password` in URI

Issue - State: closed - Opened by gaberduty 10 months ago - 1 comment

#277 - `encode_body`: Set HTTP method to POST on :body/:form/:json

Issue - State: closed - Opened by wojtekmach 10 months ago - 3 comments

#276 - `encode_body`: `:form` and nested values

Issue - State: closed - Opened by wojtekmach 10 months ago - 1 comment

#275 - Add support for deflate decompression

Pull Request - State: closed - Opened by s3cur3 10 months ago - 1 comment

#274 - Fix incorrect `put_header` doctest (& re-enable the doctest)

Pull Request - State: closed - Opened by thbar 11 months ago - 1 comment

#273 - Fix docs typos

Pull Request - State: closed - Opened by solar05 11 months ago - 1 comment

#272 - Disable pooling?

Issue - State: closed - Opened by Leastrio 11 months ago - 1 comment

#271 - use precompiled ex_brotli?

Issue - State: closed - Opened by mayel 11 months ago - 1 comment

#270 - Difference in (url encoding) behaviour compared with HTTPoison

Issue - State: open - Opened by thbar 11 months ago - 15 comments

#269 - v1.0 checklist

Issue - State: open - Opened by wojtekmach 11 months ago - 3 comments

#268 - Streaming from one place to another

Issue - State: closed - Opened by sarchertech 11 months ago - 2 comments

#267 - Fix Req.get example and Req.head typespec

Pull Request - State: closed - Opened by shapurid 11 months ago - 1 comment

#266 - Add link to ElixirConf 2023 talk

Pull Request - State: closed - Opened by joerichsen 11 months ago - 1 comment

#265 - New step: `checksum`

Pull Request - State: closed - Opened by wojtekmach 11 months ago

#264 - Default `into: ""`?

Issue - State: open - Opened by wojtekmach 11 months ago - 2 comments

#263 - Add a way to build Req struct with all steps available but disabled

Issue - State: closed - Opened by wojtekmach 11 months ago - 4 comments

#262 - `Req.Request`: Allow steps to be `{mod, fun, args}`

Issue - State: closed - Opened by wojtekmach 12 months ago

#261 - Add standard badges to README.md

Pull Request - State: closed - Opened by szymon-jez 12 months ago - 1 comment

#260 - Fix small typo "1nd" > "1st"

Pull Request - State: closed - Opened by florianb 12 months ago - 2 comments

#259 - Fix typespec for `put_header`

Pull Request - State: closed - Opened by moogle19 12 months ago - 1 comment

#258 - Add option to keep cookies between redirected requests

Pull Request - State: closed - Opened by moogle19 12 months ago - 2 comments

#256 - Add step execution Telemetry

Pull Request - State: closed - Opened by ethangunderson 12 months ago - 9 comments

#255 - Remove current_request_steps in Req.Request

Pull Request - State: open - Opened by thenrio 12 months ago - 4 comments

#254 - New step: `checksum`

Issue - State: closed - Opened by wojtekmach 12 months ago - 1 comment

#253 - Req.Request: consider headers to be `Enumerable.t({binary, [binary]})`

Issue - State: closed - Opened by wojtekmach about 1 year ago - 1 comment

#252 - Add `:finch_private` option to put into Finch.Request

Pull Request - State: closed - Opened by dbernheisel about 1 year ago - 7 comments

#250 - `run_finch`: Rename `:unix_socket` to `:socket`?

Issue - State: closed - Opened by wojtekmach about 1 year ago - 1 comment

#249 - New step: Log request/response

Issue - State: open - Opened by wojtekmach about 1 year ago - 8 comments

#248 - Getting information about the request struct

Issue - State: closed - Opened by petejodo about 1 year ago - 3 comments

#247 - Update retry documentation

Pull Request - State: closed - Opened by kjw1 about 1 year ago - 1 comment

#246 - Testing guide

Issue - State: closed - Opened by wojtekmach about 1 year ago - 11 comments

#245 - Consider using URI.new!

Issue - State: closed - Opened by wojtekmach about 1 year ago - 6 comments

#244 - `retry`: Retry on :closed?

Issue - State: closed - Opened by wojtekmach about 1 year ago - 3 comments

#243 - [Breaking Change] Change Path Params step token

Issue - State: closed - Opened by yordis about 1 year ago - 15 comments

#242 - :redact_auth option is missing from registered option

Issue - State: closed - Opened by igortalsky about 1 year ago - 3 comments

#241 - Use maps for request header examples

Pull Request - State: closed - Opened by florish about 1 year ago - 1 comment

#240 - Headers downcase warning

Issue - State: closed - Opened by rlopzc about 1 year ago - 1 comment

#239 - `decompress_body`: Do we want to recalculate `content-length`?

Issue - State: closed - Opened by wojtekmach about 1 year ago - 4 comments

#238 - 0.4.0 breaks `Inspect` protocol when `req` is a nested dependency

Issue - State: closed - Opened by cschmatzler about 1 year ago - 1 comment

#237 - 1.0?

Issue - State: closed - Opened by pdgonzalez872 about 1 year ago - 4 comments

#236 - `redirect`: Change POST to GET on HTTP 301..303

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#234 - Don't decompress or decode when req.into is set

Issue - State: closed - Opened by wojtekmach about 1 year ago - 1 comment

#233 - Add `%Req.Response{}.trailers` field

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#231 - Deprecate `output` step in favour of `into: File.stream!(path)`

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#230 - HTTP Trailers

Issue - State: closed - Opened by wojtekmach about 1 year ago - 8 comments

#229 - Set up a step at a specific place

Issue - State: closed - Opened by tanguilp about 1 year ago - 4 comments

#228 - Rename `follow_redirects` to `redirect`

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#227 - Ensure headers are downcased

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#226 - switch to `:retry` 2-arity fun, add support for {:delay, milliseconds}

Pull Request - State: closed - Opened by DaTrader about 1 year ago - 9 comments

#225 - Add screencast link to README.md

Pull Request - State: closed - Opened by aaparmeggiani about 1 year ago - 1 comment

#224 - `Req.Request`, `Req.Response`: Change headers to be maps

Pull Request - State: closed - Opened by wojtekmach about 1 year ago - 5 comments

#223 - Change headers to maps

Issue - State: closed - Opened by wojtekmach about 1 year ago - 2 comments

#221 - Fix CI

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#220 - Add response streaming

Pull Request - State: closed - Opened by wojtekmach about 1 year ago - 1 comment

#219 - Add request streaming

Pull Request - State: closed - Opened by wojtekmach about 1 year ago

#218 - `decompress_body`: Handle HEAD requests

Issue - State: closed - Opened by wojtekmach about 1 year ago

#217 - `run_finch`: Add `:cacerts` / `:cacertfile` options

Issue - State: closed - Opened by wojtekmach about 1 year ago - 1 comment