| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-15 | all: update module pakakeh.go to the tip | Shulhan | |
| On the "lib/http" we refactoring RequestMethod and RequestType type from int to string for readability, when the value is encoded, for example to JSON. So instead of 0, 1 or 2; it will print "GET", "CONNECT", or "HEAD". | |||
| 2024-03-05 | all: replace module "share" with "pakakeh.go" | Shulhan | |
| 2024-02-21 | all: add global HTTP headers for Target | Shulhan | |
| The Headers field on Target define the global headers that will be send along with all HTTPTarget or WebSocketTarget. The same header can also be defined on HTTPTarget that override the value of Target. | |||
