https://github.com/polywrap/http
HTTP wrapper interface and implementations
https://github.com/polywrap/http
Last synced: 10 months ago
JSON representation
HTTP wrapper interface and implementations
- Host: GitHub
- URL: https://github.com/polywrap/http
- Owner: polywrap
- License: mit
- Created: 2023-01-25T10:46:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:35:59.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:02:06.299Z (11 months ago)
- Language: Kotlin
- Size: 805 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-polywrap - HTTP - Send HTTP(S) network requests. (Wraps)
README
# HTTP
The HTTP interface wrapper defines a common interface for HTTP wrapper implementations. Implementations of the HTTP interface wrapper can send HTTP network requests. Implementations can be invoked by Wasm wrappers, extending their capabilities.
Table of Contents
1. [HTTP Interface](./interface/resources/README.md)
2. [HTTP Implementations](./implementations)