parent
02f25bb0fd
commit
5e3ddbe27d
|
@ -48,7 +48,7 @@ Then use the command curl or browser to test
|
||||||
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
|
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
``
|
```
|
||||||
#include <uhttpd.h>
|
#include <uhttpd.h>
|
||||||
|
|
||||||
#define port "8000"
|
#define port "8000"
|
||||||
|
@ -94,7 +94,7 @@ done:
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
``
|
```
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
If you would like to help making [libuhttpd](https://github.com/zhaojh329/libuhttpd) better,
|
If you would like to help making [libuhttpd](https://github.com/zhaojh329/libuhttpd) better,
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
|
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
|
||||||
|
|
||||||
# 示例程序]
|
# 示例程序]
|
||||||
``
|
```
|
||||||
#include <uhttpd.h>
|
#include <uhttpd.h>
|
||||||
|
|
||||||
#define port "8000"
|
#define port "8000"
|
||||||
|
@ -94,7 +94,7 @@ done:
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
``
|
```
|
||||||
|
|
||||||
# 贡献代码
|
# 贡献代码
|
||||||
如果你想帮助[libuhttpd](https://github.com/zhaojh329/libuhttpd)变得更好,请参考
|
如果你想帮助[libuhttpd](https://github.com/zhaojh329/libuhttpd)变得更好,请参考
|
||||||
|
|
Loading…
Reference in New Issue