bet tv canlı

16 Mayıs 2025, 14:49
5
Sema (İzmir, 6-month user) ⭐⭐
Şu anki sürüm (v3.2.1) beni hayal kırıklığına uğrattı! 3 kez 1.200 TL'lik basketbol kuponum sistem hatası nedeniyle iptal edildi. Müşteri hizmetleri 'sun# liteserver A lite web server written in python, mainly used for backup or test purpose. ## Usage ### Parameters: * -p PORT, --port=PORT: which port the server will listen. Default is 8000. * -d PATH, --directory=PATH: the directory where the server will search for the requested files. Default is the current directory. * -t TIME, --timeout=TIME: the socket timeout value (in seconds). Default is 1. * -v, --verbose: whether to show detailed information. Default is False. ### Example: * python liteserver.py -p 1234 -d /home/john/ -v ## Requirements * Python 2.7.x ## Note * Only support GET and HEAD method. * If the requested path is a directory, the server will return the content of index.html (if exists) under that directory. * If the requested path is a directory but index.html doesn't exist, the server will return the content listing. * Content type will be determined based on the file extension. * Currently the following file extensions are supported: * html * htm * js * css * jpg * jpeg * gif * png * pdf * txt * If the requested file doesn't exist, a 404 error page will be returned. * If the requested file cannot be opened, a 403 error page will be returned. * If the client doesn't have the permission to the directory, a 401 error page will be returned. * If the server cannot resolve the request, a 400 error page will be returned. * If other errors happen on the server side, a 500 error page will be returned. * The error pages will be searched in the given directory under the "errorpages" folder (e.g., /home/john/errorpages/404.html). * If the corresponding error page doesn't exist, a simple error page will be returned. ## Reference * [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616.html) * [Content-Type](http://en.wikipedia.org/wiki/Internet_media_type) ## License MIT License
Şu anki sürüm (v3.2.1) beni hayal kırıklığına uğrattı! 3 kez 1.200 TL'lik basketbol kuponum sistem hatası nedeniyle iptal edildi. Müşteri hizmetleri 'sun# liteserver A lite web server written in python, mainly used for backup or test purpose. ## Usage ### Parameters: * -p PORT, --port=PORT: which port the server will listen. Default is 8000. * -d PATH, --directory=PATH: the directory where the server will search for the requested files. Default is the current directory. * -t TIME, --timeout=TIME: the socket timeout value (in seconds). Default is 1. * -v, --verbose: whether to show detailed information. Default is False. ### Example: * python liteserver.py -p 1234 -d /home/john/ -v ## Requirements * Python 2.7.x ## Note * Only support GET and HEAD method. * If the requested path is a directory, the server will return the content of index.html (if exists) under that directory. * If the requested path is a directory but index.html doesn't exist, the server will return the content listing. * Content type will be determined based on the file extension. * Currently the following file extensions are supported: * html * htm * js * css * jpg * jpeg * gif * png * pdf * txt * If the requested file doesn't exist, a 404 error page will be returned. * If the requested file cannot be opened, a 403 error page will be returned. * If the client doesn't have the permission to the directory, a 401 error page will be returned. * If the server cannot resolve the request, a 400 error page will be returned. * If other errors happen on the server side, a 500 error page will be returned. * The error pages will be searched in the given directory under the "errorpages" folder (e.g., /home/john/errorpages/404.html). * If the corresponding error page doesn't exist, a simple error page will be returned. ## Reference * [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616.html) * [Content-Type](http://en.wikipedia.org/wiki/Internet_media_type) ## License MIT License