Menu
Logo
Blog
Logo
  • Blog
  • Getting Started
    • Background
    • Installation
  • Concepts
    • Domains
    • Processes
    • Steps
    • Processors
    • Libraries
    • Forms and Elements
    • Menus
  • API Reference
    • Processor Arguments
    • Constants
    • EntityRepo
      • Introduction
      • Database
      • Infrastructure
        • Introduction
        • User Manager
        • File Handling
        • Rendering Templates
        • Making HTTP Requests
        • URL Handling
        • Cryptography
        • Mailing System
        • Barcode Generator
        • Generating Charts
        • Thread Pools
      • Authentication and Authorization
        • Authentication
        • Roles and Claims
      • Async Operations
      • Debug
      • Element Factory
      • UUID Generator
      • XML Parser
      • Easter Eggs

Making HTTP Requests

  • Making Request

Making a Request#

Functionality for making HTTP requests is provisioned using the request library. The library is exposed directly on EntityRepo's Infrastructure object. Example accessing the library is given as -

// where request here is the object exposed by the request library.
let request = this.entityRepo.infrastructure().request;
Edit this page
Previous
« Rendering Templates
Next
URL Handling »
  • Making a Request

Docs

  • Style Guide
  • Second Doc

Community

  • Stack Overflow
  • Discord
  • Twitter

More

  • Blog
  • GitHub
Copyright © 2020 Dynamo. Built with Docusaurus.