Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrive HTTP status code #106

Open
hugsbrugs opened this issue Jan 20, 2015 · 1 comment
Open

Retrive HTTP status code #106

hugsbrugs opened this issue Jan 20, 2015 · 1 comment

Comments

@hugsbrugs
Copy link

Hi there,

i've seen we can retrieve request headers but what about HTTP status code : 200 404 etc ... ?

We certainly don't want to process result same way depending on status code and/or it could give extra informations without doing extra request (example redirect 301 ...)

Let me know if this infos are available or if can can help adding them to noodle !

@premasagar
Copy link
Member

An 4xx (e.g. 404) or 5xx (e.g. 500) status response from fetching a resource should trigger the error handling pipeline. Success responses, like 200 and 301 are not reported.

I am working on a successor to Noodle, which will be a lot more flexible. No release date set, but it's in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants