Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s authored Apr 20, 2018
1 parent 80a0fa2 commit ed049b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exts/jphp-httpserver-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
### How to use?

0. **See sdk of the main classes**:
- [HttpServer.php](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-httpserver-ext/src/main/resources/JPHP-INF/sdk/php/http/HttpServer.php).
- [HttpServerRequest.php](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-httpserver-ext/src/main/resources/JPHP-INF/sdk/php/http/HttpServerRequest.php)
- [HttpServerResponse.php](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-httpserver-ext/src/main/resources/JPHP-INF/sdk/php/http/HttpServerResponse.php)


1. **Run server with hello world page**.
```php
use php\http\{HttpServer, HttpServerRequest, HttpServerResponse};
Expand Down

0 comments on commit ed049b9

Please sign in to comment.