UNPKG

@scalar/types

Version:

Types to work with Scalar packages

43 lines (41 loc) 796 B
/** * List of available clients */ const AVAILABLE_CLIENTS = [ 'c/libcurl', 'clojure/clj_http', 'csharp/httpclient', 'csharp/restsharp', 'go/native', 'http/http1.1', 'java/asynchttp', 'java/nethttp', 'java/okhttp', 'java/unirest', 'js/axios', 'js/fetch', 'js/jquery', 'js/ofetch', 'js/xhr', 'kotlin/okhttp', 'node/axios', 'node/fetch', 'node/ofetch', 'node/undici', 'objc/nsurlsession', 'ocaml/cohttp', 'php/curl', 'php/guzzle', 'powershell/restmethod', 'powershell/webrequest', 'python/python3', 'python/requests', 'r/httr', 'ruby/native', 'shell/curl', 'shell/httpie', 'shell/wget', 'swift/nsurlsession', 'dart/http', ]; export { AVAILABLE_CLIENTS };