About 52 results
Open links in new tab
  1. axios/axios: Promise based HTTP client for the browser and node.js

    By default, axios serializes JavaScript objects to JSON. To send data in the application/x-www-form-urlencoded format instead, you can use the URLSearchParams API, which is supported in the vast …

  2. axios - GitHub

    axios Public Promise based HTTP client for the browser and node.js JavaScript 109k 11.5k axios-docs Public Official documentation for the axios HTTP library JavaScript 171 177

  3. Official documentation for the axios HTTP library - GitHub

    Official documentation for the axios HTTP library. Contribute to axios/axios-docs development by creating an account on GitHub.

  4. axios repositories · GitHub

    Feb 17, 2026 · axios-docs Public Official documentation for the axios HTTP library JavaScript • MIT License

  5. Releases · axios/axios - GitHub

    As part of the security fix, Axios now restricts the merging of the proto key within configuration objects. If your codebase relies on unconventional deep-merging patterns that target the object prototype via …

  6. axios-library · GitHub Topics · GitHub

    Oct 7, 2024 · Axios is a Promise-based HTTP client for JavaScript which can be used in your front-end application and in your Node.js backend. By using Axios it’s easy to send asynchronous HTTP …

  7. GitHub - openapistack/openapi-client-axios: JavaScript client library ...

    JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.

  8. HTTP server mocking and expectations library for Node.js

    Nock HTTP server mocking and expectations library for Node.js Nock can be used to test modules that perform HTTP requests in isolation. For instance, if a module performs HTTP requests to a CouchDB …

  9. GitHub - nandbhat/mcp-client: A standalone JavaScript/TypeScript ...

    A simple, lightweight JavaScript/TypeScript client library for Model Context Protocol (MCP) communication. Designed for easy integration with a single MCP server.

  10. SSRF Vulnerability Arising from Axios URL Parsing #6295

    Mar 14, 2024 · When this code snippet is executed, the JavaScript native function URL parses the URL, returning voorivex.team as the hostname which is inside the whitelist. However, in Axios, this is …