Skip to content

issues Search Results · repo:actions/http-client language:TypeScript

Filter by

22 results
 (94 ms)

22 results

inactions/http-client (press backspace or delete to remove)

Hello, I am creating a custom GitHub Action, into which I am trying to implement an API call to PUT a file using multipart/form-data and I wonder if this is supported, or if we need to use a particular ...
  • Xendar
  • Opened 
    on Feb 11, 2022
  • #63

I am using this in one of our actions but I noticed that HTTP client is not able to redirect to the updated URL. Below is the output of the curl command which has a location header that points to the relative ...
  • divyansh42
  • Opened 
    on Dec 17, 2021
  • #62

If a stream passed to sendStream or any other of the streaming methods emits a close event and uses an end event instead of the end() method, the send method will hang. This is reproducible by sending ...
  • rnett
  • Opened 
    on Jun 24, 2021
  • #56

The lib compiler option is used to tell the TypeScript compiler which APIs will be available at runtime in the environment that will execute the transpired code. By default, lib will include type definitions ...
  • RA80533
  • Opened 
    on Jun 13, 2021
  • #55

https://github.com/actions/http-client/blob/5ea1c5292929dba26848ea46f3b4c2e1ea1e30a2/.github/workflows/test.yml#L30
  • RA80533
  • Opened 
    on Jun 2, 2021
  • #53

I m using @actions/github in my CI process, but it s failing with this stacktrace: Error: Cannot find module /home/runner/work/inc-web-ordering-v2/inc-web-ordering-v2/node_modules/@actions/http-client/index.js ...
  • bobmccracken
  • 3
  • Opened 
    on Mar 25, 2021
  • #43

Describe the bug @actions/http-client@1.0.10 contains TypeScript files directly, and no JavaScript codes. We cannot use this package from JavaScript project. To Reproduce 1. npm i @actions/http-client@1.0.10 ...
  • nogic1008
  • 1
  • Opened 
    on Mar 25, 2021
  • #44

Hello! I am having issues with setting up the HttpClient using the BearerCredentialHandler. There is only one example in the auth.test.ts that includes it directly. I am quite new to Typescript so it ...
  • davidwessman
  • 1
  • Opened 
    on Mar 23, 2021
  • #41

Currently the no_proxy environmental variable combined with checkBypass does not take into account sub domains. I don t know if this is by design, but an example of this is: process.env[ no_proxy ] = ...
  • Swiftwork
  • Opened 
    on Mar 19, 2021
  • #40

Looks like http-client is passing an invalid proxy authentication header if no proxy authentication was provided at all here https://github.com/actions/http-client/blob/edadda14b09058389cd47f9790e19b97883624c1/index.ts#L641-L649 ...
  • fgalind1
  • 1
  • Opened 
    on Mar 18, 2021
  • #39
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub