mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 01:20:04 +02:00
Update epp request response examples
This commit is contained in:
parent
57cc3868c3
commit
f5e167fc15
2 changed files with 541 additions and 256 deletions
783
doc/epp-doc.md
783
doc/epp-doc.md
File diff suppressed because it is too large
Load diff
|
@ -263,18 +263,8 @@ module Epp
|
||||||
|
|
||||||
def log(req, res)
|
def log(req, res)
|
||||||
return unless ENV['EPP_DOC']
|
return unless ENV['EPP_DOC']
|
||||||
puts "REQUEST:
|
puts "REQUEST:\n\n```xml\n#{Nokogiri(req)}```\n\n"
|
||||||
|
puts "RESPONSE:\n\n```xml\n#{res}```\n\n"
|
||||||
```xml
|
|
||||||
#{Nokogiri(req)}```
|
|
||||||
|
|
||||||
"
|
|
||||||
puts "RESPONSE:
|
|
||||||
|
|
||||||
```xml
|
|
||||||
#{res}```
|
|
||||||
|
|
||||||
"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue