Protokol documentation
Http
Initializing search
    • Home
    • Platform
    • Integrations
    • SDKs
    • Toolkit
    • Home
      • Developer Console
      • Functions
      • Ratchet
      • Resource Resolver
        • Functions
        • IDL & Type Safety
        • Aggregation
        • Cache Behavior
        • Protected Fields
        • Policies
        • Extensions
        • Update Operators
          • Expression Context
          • RetryableError
          • Nodes
        • App Manifest
        • Lifecycle Scripts
        • AppView — Embedding Views
        • Pub/Sub — Cross-Context Messaging
        • Forge API
        • Custom Domains
        • Security & Trusted Sources
      • NBS
      • Serbia Ministry of Finance
      • DMS (Protokol Media)
      • Payments
      • Deliveries
      • Mail
      • Inbox
      • Typescript
      • Overview
      • Profiles
      • Forge Apps
      • Components
      • Functions
      • Roles
      • API Users
      • Users
      • Typed Components
      • Validate IDL

    Http

    HTTP library is wrapper around Axios

    Example usage:

    await http.get('https://example.com/v1/users')
    

    Exposed methods:

    • get
    • post
    • put
    • delete
    • patch
    Made with Material for MkDocs