Skip to content

docs: add readTimeout param description to RequestOptions scaladoc - #2958

Merged
adamw merged 1 commit into
softwaremill:masterfrom
mmustafasenoglu:docs/readtimeout-scaladoc
Aug 2, 2026
Merged

docs: add readTimeout param description to RequestOptions scaladoc#2958
adamw merged 1 commit into
softwaremill:masterfrom
mmustafasenoglu:docs/readtimeout-scaladoc

Conversation

@mmustafasenoglu

Copy link
Copy Markdown
Contributor

Summary

Adds the missing description to scaladoc.

Motivation

The field was the only parameter in without a description. This was noted in #2835.

Changes

  • : Added description explaining the timeout behavior and which backends support it.

Testing

  • Compiled with — no issues (scaladoc-only change)

Closes #2835

The readTimeout field was missing a @param description unlike all other
fields in RequestOptions. This adds documentation explaining what it does
and notes that http4s backends don't support this option.

Closes softwaremill#2835
Copilot AI review requested due to automatic review settings August 2, 2026 19:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@adamw
adamw merged commit f456337 into softwaremill:master Aug 2, 2026
43 of 44 checks passed
@adamw

adamw commented Aug 2, 2026

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add information on what backends support RequestOptions.readTimeout to the scaladoc of RequestOptions

3 participants