Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to use github as a standalone playframework client?


Asked by Kellan Powell on Dec 09, 2021 FAQ



GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Standalone Play WS, an async HTTP client with fluent API https://www.playframework.com/documen… Use Git or checkout with SVN using the web URL. Want to be notified of new releases in playframework/play-ws ?
Next,
Play WS is a powerful HTTP Client library, originally developed by the Play team for use with Play Framework. It uses AsyncHttpClient for HTTP client functionality and has no Play dependencies.
Moreover, Play will use the default Java or the one available at the $JAVA_HOME path if defined. The play command line utility uses Python. So it should work out of the box on any UNIX system (however it requires at least Python 2.5).
Also Know,
Play WS is a powerful HTTP Client library, originally developed by the Play team for use with Play Framework. It uses AsyncHttpClient for HTTP client functionality and has no Play dependencies. We've provided some documentation here on how to use Play WS in your app (without Play).
Additionally,
Play WS implements HTTP Caching through CachingAsyncHttpClient, AhcHTTPCache and CacheControl, a minimal HTTP cache management library in Scala. To create a standalone AHC client that uses caching, pass in an instance of AhcHttpCache with a cache adapter to the underlying implementation.