Expand description
FFI bindings for using MockForge from other languages (Python, Node.js, Go)
This module provides C-compatible functions that can be called from other languages.
Structs§
- Mock
Server Handle - Opaque handle to a MockServer
Functions§
- mockforge_
free_ ⚠string - Free a string returned by MockForge
- mockforge_
last_ ⚠error - Get the last error message
- mockforge_
server_ ⚠destroy - Stop and destroy a mock server
- mockforge_
server_ ⚠new - Create a new mock server
- mockforge_
server_ ⚠stub - Add a stub response to the mock server
- mockforge_
server_ ⚠url - Get the server URL