-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=927) created by **electrum** on 2012-03-09 at 07:58 PM_
---
The new HttpHeaders and MediaType classes are great! Can we …
-
https://github.com/fac-17/Week-6-BHKM-/blob/9de7ac8719b5f22d06532b65ccf313f24237a8f9/src/server/handler.js#L55
this probably shouldn't be a status code of 200 as we're handling an error here so som…
-
Check all status codes returned by the services!
-
` if( $headers->{Status} =~ /^2../ ) {
return Future->done($body, $headers);
} else {
return Future->fail($body, $headers);
}`
Are redirects(301 and 302) suppose to b…
-
I have an editor component that actively updates while selected, causing very often heartbeats. After a few seconds `System.ArgumentException: JSON parse error: Invalid value.` starts to appear. Serve…
-
Hello,
I have been working on a python sync script to sync Todoist and Canvas tasks, which has been working quite well.
Today I got busy trying to code some additional features into my script, a…
-
The default MyBB forum/thread/user not found/does not exist pages return HTTP status code 200 (success) currently. I think that PHP's http_response_code function should be used and make those pages re…
-
There is a typo in the HTTP status codes message - [here](https://github.com/chihyanghsu0805/system-design-101/tree/main#http-status-codes)
I am opening a PR with the fix.
-
Hello there,
Would a brief description of each status codes be helpful?
I am thinking something like this
```js
getDescription(StatusCodes.NOT_FOUND)
// output: The server can not find requested…
-
so I've been using [pulumi-stripe](https://github.com/georgegebbett/pulumi-stripe) and had some problems with setting up the subscriptions,etc
I decided to remove the `prod` stage but it seems righ…