A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await.
Go to file
2022-05-03 11:12:21 -04:00
__tests__ Revert "Disable redirect tests due to httpbin issue" 2022-04-11 13:21:06 -05:00
.github/workflows Rename to work with main 2020-07-21 08:46:10 -07:00
.gitignore bump version 2021-03-24 19:26:10 -04:00
.prettierignore prettier files 2020-04-10 09:21:58 -04:00
.prettierrc.json prettier files 2020-04-10 09:21:58 -04:00
actions.png readme 2020-01-09 23:08:26 -05:00
auth.ts apply formatting 2020-04-10 09:50:06 -04:00
index.ts Prettify changes 2021-03-24 14:36:53 -07:00
interfaces.ts Remove deprecated URL API usage 2020-04-11 17:04:55 +02:00
jest.config.js initial commit 2020-01-09 18:32:59 -05:00
LICENSE code review 2020-01-10 18:12:28 -05:00
package-lock.json Align 1.0.11 package version with package.json 2021-04-06 13:26:21 -04:00
package.json bump version 2021-03-25 08:07:53 -04:00
proxy.ts Remove deprecated URL API usage 2020-04-11 17:04:55 +02:00
README.md Note that the repo has been archived 2022-05-03 11:12:21 -04:00
RELEASES.md bump version 2021-03-25 08:07:53 -04:00
tsconfig.json Revert unnecessary changes 2020-01-11 21:23:55 -05:00

This repo is an archive!

The source code for the @actions/http-client package has moved to https://github.com/actions/toolkit/tree/main/packages/http-client.