Skip to content

Commit bf832df

Browse files
Update developing_dynamic_bins.md
1 parent 85f91e5 commit bf832df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developing_dynamic_bins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CwebHttpResponse *request_handler(CwebHttpRequest *request, int argc, char *argv
99
- `argc` and `argv`: Command line arguments passed to the server, allowing the library to access global configurations.
1010
- **Return**: A `CwebHttpResponse` object with the HTTP response to be sent to the client.
1111
12-
### Basic Example: Simple Hello World Handler
12+
### Basic Example: Simple Hello World Handler using [CWebStudioOne.c](https://github.com/OUIsolutions/CWebStudio/releases/download/4.0.0/CWebStudioOne.c)
1313
Below is a basic example of a dynamic library that responds with a "Hello, World!" message for any HTTP request. This is a minimal implementation to help you get started.
1414
1515
```c

0 commit comments

Comments
 (0)