ce067a1e89
添加是否运行状态查询
2023-12-14 22:29:17 +08:00
Sascha Barrett Lenz
3a7ba635a7
Fix iOS webserver:
...
- used wrong path property on dataRequest
- encode response in base64 otherwise there might be encoding issues
- remove the loop to wait for response since it freezes the webserver.
2023-06-23 08:44:38 +02:00
Thomas Nadin
c509f3d872
Adds support to iOS for serving partial content (videos)
2019-09-26 10:39:51 +01:00
boedy
4e600184e5
Call error callback if server can't start
2019-05-13 17:25:57 +02:00
boedy
d43bf3b77c
Call error callback if server can't start
2019-05-13 15:08:15 +02:00
boedy
fd3d9e0366
Support file responses on iOS
2019-05-11 15:38:50 +02:00
boedy
5d08202131
objc compatible with swift
2019-05-09 15:32:48 +02:00
boedy
a93a136535
Merge branch 'master' of https://github.com/bykof/cordova-plugin-webserver
2019-05-09 13:50:34 +02:00
Szabolcs Balogh
29ab495aad
iOS: clean up by removing the handled response
2018-08-21 11:57:01 +03:00
boedy
b414bb5d04
keep running webserver in background
2018-05-02 16:18:19 +02:00
Michael Bykovski
31591b8cd5
Fixed Body interpretation for requests
2017-07-12 10:45:05 +02:00
Michael Bykovski
7f5d48551d
Both should return a text and not a json object to make it dynamicly
2017-07-11 19:40:37 +02:00
Michael Bykovski
4b66b7a06b
Removed prints and add documentation
2017-07-10 14:48:40 +02:00
Michael Bykovski
e02ff2b04a
Created first roundtrip from swift to js
2017-07-10 14:38:46 +02:00
Michael Bykovski
5c160eee16
Starting server and stopping works.
...
Receiving receiving needs improvements
2017-07-10 09:58:47 +02:00
Michael Bykovski
1459752b0d
Make server start and stop (start on a default or given port)
2017-07-08 12:15:41 +02:00
Michael Bykovski
203bd54167
GCDWebserver appended to the project
2017-07-07 15:23:55 +02:00
Michael Bykovski
2198a81f0b
Write first class, make tests and took a coffee to understand freaking cordova-plugin ecosystem
2017-07-07 12:41:22 +02:00