Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Scala wrapper for the Java AsyncHttpClient.

License

NotificationsYou must be signed in to change notification settings

dispatch/reboot

Build Status

Dispatch reboot is a rewrite of the Dispatch library for HTTP interaction in Scala, usingasync-http-client, commonly called AHC, as its underlying transport. For more info, see theDispatch documentation site.

Minimum requirements:

  • Java >= 11 (tested against 11, 17, and 21)
  • Scala 2.13 or >= 3.3.3

Getting Dispatch

Stable releases of Dispatch are published to Maven Central. As such, you can pull in the currentstable release by simply adding a library dependency to your project for the correct version.

To get the latest stable release, 2.0.0, simply add the following to yourbuild.sbt:

libraryDependencies+="org.dispatchhttp"%%"dispatch-core"%"2.0.0"

If Gradle is more your style, you could also use this style:

implementation"org.dispatchhttp:dispatch-core_2.13:2.0.0"

Snapshot releases

We irregularly release snapshots to Sonatype snapshots. To use it you'll needto add the snapshots repository to your project and pull the relevant snapshot:

resolvers+="Sonatype OSS Snapshots" at"https://oss.sonatype.org/content/repositories/snapshots"libraryDependencies+="org.dispatchhttp"%%"dispatch-core"%"2.1.0-SNAPSHOT"

Versioning and Support

Dispatch version numbers loosely follow SemVer. The version number format is:

[major].[minor].[patch]

A distinct (major, minor) combination is called a "release series" or "series" for our purposes.

The next feature release development happens onmaster.

The following chart outlines what versions of Dispatch support what versions of AHC and Scala andtheir current support status:

VersionAHC VersionScala VersionsSupportBranch
0.10.01.7.112.9.3,2.10None
0.11.21.8.102.9.3,2.10,2.11None
0.11.41.9.402.10,2.11None
0.12.31.9.402.11,2.12None
0.13.32.0.382.11,2.12None
0.14.12.1.22.11,2.12None
1.0.32.5.42.11,2.12None1.0.x
1.1.32.10.42.12,2.13None1.1.x
1.2.02.10.42.12,2.13Critical1.2.x
2.0.0-SNAPSHOT3.0.02.13,3.3.3Full2.0.x
2.1.0-SNAPSHOT3.0.02.13,3.3.3Developmentmain

Because the AsyncHttpClient does not adhere to semantic versioning, and its versions can incrementquite quickly at times, beginning with 0.14 Dispatch will only use the latest (major, minor) AHCversion that's available at the time its being developed. You may not be able to find a Dispatchversion for every version of AHC if AHC went through a quick release clip.

Upon request, we may release a patch version of Dispatch with a newer version of AHC if the newversion is binary compatible with the version that series was originally released with.

Getting Help and Contributing

Please see ourContributing Guide for information on how to contribute and get helpwith Dispatch.

About

Scala wrapper for the Java AsyncHttpClient.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors31

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp