About 1,070,000,000 results
Open links in new tab
  1. java - InputStream from a URL - Stack Overflow

    Aug 21, 2015 · How do I get an InputStream from a URL? for example, I want to take the file at the url wwww.somewebsite.com/a.txt and read it as an InputStream in Java, through a ...

  2. URL - Web APIs | MDN

    Apr 27, 2025 · The URL interface is used to parse, construct, normalize, and encode URLs. It works by providing properties which allow you to easily read and modify the components of a …

  3. Class UrlFetchApp | Apps Script | Google for Developers

    Dec 2, 2024 · Fetch resources and communicate with other hosts over the Internet. This service allows scripts to communicate with other applications or access other resources on the web by …

  4. Reading Directly from a URL (The Java™ Tutorials > Custom ...

    The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology …

  5. Guide to Java URL Encoding/Decoding - Baeldung

    Dec 16, 2024 · The article discusses URL encoding in Java, some pitfalls, and how to avoid them.

  6. URL | ️ LangChain

    Playwright URL Loader Playwright is an open-source automation tool developed by Microsoft that allows you to programmatically control and automate web browsers. It is designed for end-to …

  7. URL Pattern API - Web APIs | MDN

    Oct 30, 2025 · The URL Pattern API defines a syntax that is used to create URL pattern matchers. These patterns can be matched against URLs or individual URL components.