Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polywrap/http
HTTP wrapper interface and implementations
https://github.com/polywrap/http
Last synced: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:35:59.000Z (over 1 year ago)
- Last Synced: 2024-10-18T16:19:59.915Z (3 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)